Skip to content
Start here

Locations

List locations
GET/radar/entities/locations
Get location details
GET/radar/entities/locations/{location}
ModelsExpand Collapse
LocationListResponse { locations }
locations: array of { alpha2, continent, latitude, 4 more }
alpha2: string
continent: string
latitude: string

A numeric string.

longitude: string

A numeric string.

name: string
region: string
subregion: string
LocationGetResponse { location }
location: { alpha2, confidenceLevel, continent, 5 more }
alpha2: string
confidenceLevel: number
continent: string
latitude: string

A numeric string.

longitude: string

A numeric string.

name: string
region: string
subregion: string