cURL
curl --request GET \ --url https://api.example.com/api/military/v1/list-military-bases
{ "bases": [ { "id": "<string>", "name": "<string>", "latitude": 123, "longitude": 123, "kind": "<string>", "countryIso2": "<string>", "type": "<string>", "tier": 123, "catAirforce": true, "catNaval": true, "catNuclear": true, "catSpace": true, "catTraining": true, "branch": "<string>", "status": "<string>" } ], "clusters": [ { "latitude": 123, "longitude": 123, "count": 123, "dominantType": "<string>", "expansionZoom": 123 } ], "totalInView": 123, "truncated": true }
ListMilitaryBases retrieves military bases within a bounding box, with server-side clustering.
Successful response
Show child attributes
Was this page helpful?