Skip to content
Start here

Locations

List locations
client.radar.entities.locations.list(LocationListParams { continent, format, limit, 4 more } query?, RequestOptionsoptions?): LocationListResponse { locations }
GET/radar/entities/locations
Get location details
client.radar.entities.locations.get(stringlocation, LocationGetParams { format } query?, RequestOptionsoptions?): LocationGetResponse { location }
GET/radar/entities/locations/{location}
ModelsExpand Collapse
LocationListResponse { locations }
locations: Array<Location>
alpha2: string
continent: string
latitude: string

A numeric string.

longitude: string

A numeric string.

name: string
region: string
subregion: string
LocationGetResponse { location }
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