Skip to main content

Locations

GET 

/api/locations

Returns a list of locations with their associated country codes. Each location includes the city, region, and country name in a structured format along with its ISO 3166-1 alpha-2 country code. In order to use the location with our google seearch api, you should use the full string provided in the location field.

Request

Query Parameters

    country_code Country Code
    location_contains Location Contains
    limit Limit

    Default value: 1000

Responses

OK

Schema

    any

Loading...