get https://api.raptormaps.com/v2/solar_farms//objects/geojson
Get Farm Objects from the specified solar farm. Response is in GeoJSON format. Pagination for this route uses page and limit query parameters. The page parameter is 1-indexed, meaning the first page is page 1. The limit parameter is the number of objects to return per page. The maximum limit is 500. In order to call all objects, the endpoint must be iterated over until it returns no results.
The way this will work is calling the endpoint with page=0 and limit=500 will result in the first 500 objects or objects 0-499. The next call made using page=1 and limit=500 would return objects 500-999.