latestOpenAPI 3.1.02026-08-105279262.8 KB
51f7c5a8d15d
Locations
Fetch a location
get/locations/{id}
Path parameters
idstring required
Response
Success - location fetched
Example response
{
"data": {
"id": "123456789",
"name": "name",
"aois": {
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-2.122218289218921
]
]
]
}
}
]
},
"aoiSize": "205200.87km2"
}
}