query

localities

Get geographical data for a specific type of locality based on the provided filters. For instance, obtain a list of cities for a given country and state.
Arguments
Required
Name of the locality.
city
String
Name of the city.
country
String
Name of the country.
pageNo
Int
The page number to navigate through the given set of results. Default value is 1.
pageSize
Int
The number of items to retrieve in each page. Default value is 12.
search
String
This parameter is used to filter or search the records.
state
String
State or the province.
Response
List of localities, each containing detailed information about individual locality.
Pagination details for the list of locations, including current page, page size, and total items.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...