Skip to content
English
  • There are no suggestions because the search field is empty.

Using the Raptor Maps API

Access full API documentation here.

An introduction to the Raptor Maps APIs

The Raptor Maps APIs provide a pathway for programmatically pulling solar farm data or retrieving an overview of inspection findings.

The basic set of APIs are a logical group of endpoints covering solar_farms, solar_inspections, and anomalies. Using this it would be possible to create an integration between you and Raptor Maps that might look like an internal task system that updates the Raptor Maps anomaly data after maintenance makes a pass through the farm or a section of the farm.

The asset_id is an external farm identifier and has been included in the farm data object to ease integration. This allows you to map whatever identifier is being used in your internal systems into the Raptor Maps system to make searching between the two databases easier. For example, you might map the internal name into the asset_id, or make it a combination of id and name.

Please navigate to our API Documentation to get started.