v10
latestOpenAPI 3.1.02026-08-0452108384.4 KBGet Geographic Locations
Search for geographic locations by name or ID to retrieve standardized location data including city, region, and country. Use location IDs with job_location_or and job_location_not filters for precise geographic targeting in job searches.
Query parameters
The ids of the locations
Search value for the location, this will be used to filter the locations by name
Search value for the location, this will be used to filter the locations by name
The country code of the location, all the returned locations will be filtered by this country code
The country code of the location, all the returned locations will be filtered by this country code
GeoNames feature code(s) to filter by location type (e.g. PPL=populated place, ADM1=first-order admin division). See https://www.geonames.org/export/codes.html
The offset of the results
The offset of the results
The limit of the results
The limit of the results
Response
Successful Response
Example response
[
{
"id": 5128581,
"name": "New York",
"admin1_name": "New York",
"country_code": "US",
"feature_code": "PPL"
}
]