Beachwatch NSW API Integration (Request)

Hi All,
Would love to create a simple HACS integration for BeachWatch NSW.

I have little experience in creating HA Apps. So some guidance or a teplate to integrate the small python api would be amazing

Tnx
Gary

You probably just need to call the simple API and use a rest sensor. No need for a specific integration, here.

You can use the Python package to more easily call the Beachwater API.
You could just use the requests library from Python to call the API but that package is designed to make it easier to call the API.