Skip to content
Start here

Locations

List locations
radar.entities.locations.list(LocationListParams**kwargs) -> LocationListResponse
GET/radar/entities/locations
Get location details
radar.entities.locations.get(strlocation, LocationGetParams**kwargs) -> LocationGetResponse
GET/radar/entities/locations/{location}
ModelsExpand Collapse
class LocationListResponse:
locations: List[Location]
alpha2: str
continent: str
latitude: str

A numeric string.

longitude: str

A numeric string.

name: str
region: str
subregion: str
class LocationGetResponse:
location: Location
alpha2: str
confidence_level: int
continent: str
latitude: str

A numeric string.

longitude: str

A numeric string.

name: str
region: str
subregion: str