Development Projects API
get
Returns a list of development projects based on the provided location parameters. Either a full address or a latitude/longitude pair is required. If both are provided, the address will be used.
Query parameters
addressstringOptional
latitudenumber · floatOptional
longitudenumber · floatOptional
radiusintegerRequired
distance_typestring · enumRequiredDefault:
miPossible values: Header parameters
x-api-keystringRequired
Responses
200
Successful response with project development data.
application/json
latitude_inputnumberOptionalExample:
34.05longitude_inputnumberOptionalExample:
-118.25formatted_addressstringOptionalExample:
This will be returned if the request contains the address parameter.
1234 Example St, City, State, ZIPtotal_resultsintegerOptionalExample:
1400
Invalid request parameters.
application/json
401
Missing or invalid API key.
application/json
404
No matching records found.
application/json
get
/development-projectshttps://api.aterio.io/v1/development-projects?radius=10&distance_type=km&address=Beaumont, Texas, USA
