Skip to main content
GET
Get place details

Authorizations

x-api-key
string
header
required

Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys.

Path Parameters

place_id
string
required

The unique ID of the place.

Example:

"5a110d312052166f"

Response

Successfully retrieved place details.

Geographic place data.

id
string
required

Unique place identifier.

Example:

"5a110d312052166f"

name
string
required

Place name.

Example:

"San Francisco"

full_name
string | null

Full place name including region.

Example:

"San Francisco, CA"

country
string | null

Country name.

Example:

"United States"

country_code
string | null

ISO country code.

Example:

"US"

place_type
enum<string> | null

Type of place.

Available options:
city,
country,
admin,
poi,
neighborhood
url
string | null

Twitter URL for the place.

bounding_box
object | null

Geographical bounding box coordinates.

attributes
object | null

Additional place attributes.