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
locality
LocalityType!Required
Name of the locality.
city
StringName of the city.
country
StringName of the country.
pageNo
IntThe page number to navigate through the given set of results. Default value is 1.
pageSize
IntThe number of items to retrieve in each page. Default value is 12.
search
StringThis parameter is used to filter or search the records.
state
StringState or the province.
Response
items
[Locality]List of localities, each containing detailed information about individual locality.
page
PageInfoPagination details for the list of locations, including current page, page size, and total items.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?