---
title: Geolocations
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Radar](https://developers.cloudflare.com/api/typescript/resources/radar)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Geolocations

##### [List Geolocations](https://developers.cloudflare.com/api/typescript/resources/radar/subresources/geolocations/methods/list)

client.radar.geolocations.list(GeolocationListParams { format, geoId, limit, 2 more } query?, RequestOptionsoptions?): [GeolocationListResponse](https://developers.cloudflare.com/api/typescript/resources/radar#%28resource%29%20radar.geolocations%20%3E%20%28model%29%20geolocation%5Flist%5Fresponse%20%3E%20%28schema%29) { geolocations } 

GET/radar/geolocations

##### [Get Geolocation details](https://developers.cloudflare.com/api/typescript/resources/radar/subresources/geolocations/methods/get)

client.radar.geolocations.get(stringgeoID, GeolocationGetParams { format } query?, RequestOptionsoptions?): [GeolocationGetResponse](https://developers.cloudflare.com/api/typescript/resources/radar#%28resource%29%20radar.geolocations%20%3E%20%28model%29%20geolocation%5Fget%5Fresponse%20%3E%20%28schema%29) { geolocation } 

GET/radar/geolocations/{geo\_id}

##### ModelsExpand Collapse 

GeolocationListResponse { geolocations } 

geolocations: Array<Geolocation\>

geoId: string

latitude: string

A numeric string.

longitude: string

A numeric string.

name: string

parent: Parent { geoId, latitude, longitude, 5 more } 

geoId: string

latitude: string

A numeric string.

longitude: string

A numeric string.

name: string

parent: Parent { geoId, latitude, longitude, 4 more } 

geoId: string

latitude: string

A numeric string.

longitude: string

A numeric string.

name: string

type: "CONTINENT" | "COUNTRY" | "ADM1"

The type of the geolocation.

One of the following:

"CONTINENT"

"COUNTRY"

"ADM1"

code?: string

locale?: string

BCP 47 locale code used for the geolocation name translation

type: "CONTINENT" | "COUNTRY" | "ADM1"

The type of the geolocation.

One of the following:

"CONTINENT"

"COUNTRY"

"ADM1"

code?: string

locale?: string

BCP 47 locale code used for the geolocation name translation

type: "CONTINENT" | "COUNTRY" | "ADM1"

The type of the geolocation.

One of the following:

"CONTINENT"

"COUNTRY"

"ADM1"

code?: string

locale?: string

BCP 47 locale code used for the geolocation name translation

GeolocationGetResponse { geolocation } 

geolocation: Geolocation { geoId, latitude, longitude, 5 more } 

geoId: string

latitude: string

A numeric string.

longitude: string

A numeric string.

name: string

parent: Parent { geoId, latitude, longitude, 5 more } 

geoId: string

latitude: string

A numeric string.

longitude: string

A numeric string.

name: string

parent: Parent { geoId, latitude, longitude, 4 more } 

geoId: string

latitude: string

A numeric string.

longitude: string

A numeric string.

name: string

type: "CONTINENT" | "COUNTRY" | "ADM1"

The type of the geolocation.

One of the following:

"CONTINENT"

"COUNTRY"

"ADM1"

code?: string

locale?: string

BCP 47 locale code used for the geolocation name translation

type: "CONTINENT" | "COUNTRY" | "ADM1"

The type of the geolocation.

One of the following:

"CONTINENT"

"COUNTRY"

"ADM1"

code?: string

locale?: string

BCP 47 locale code used for the geolocation name translation

type: "CONTINENT" | "COUNTRY" | "ADM1"

The type of the geolocation.

One of the following:

"CONTINENT"

"COUNTRY"

"ADM1"

code?: string

locale?: string

BCP 47 locale code used for the geolocation name translation