Good starting template for a custom component?

To cut a long story short, ive got a home built “thing” in PHP from some time ago that i used to use to keep track of live sporting events - and i had the idea of moving these into HA, especially with the ability to send push notifications via the app etc.

The services i pull data from are all JSON based REST API endpoints.
Does anyone have the skeleton framework of a custom component that pulls cloud data via JSON that i could use as a starting point ?

First step would be cicket scores using cricapi.com — if a game has started and has not finished, grab the scores and display each match as a sensor(?)

TIA

1 Like

Did you find something ? I’m trying to write my first integration and struggling…

I did not. Might be time to pick this up again!