query

locality

Get detailed geographical data for a specific locality, such as a pincode. For example, for a pincode value of 400603, the service returns its parent locations, including city, state, and country details.
Arguments
Required
Enter if locality is 'pincode' or 'sector'.
localityValue
String!
Required
Name of the locality.
city
String
Name of the city.
country
String
Name of the country.
state
String
State or the province.
Response
display_name
String
User-friendly version of the geographical data, which may be more descriptive or formatted differently.
A unique identifier for the locality.
name
String
The actual geographical data, such as country names (India), state names (Maharashtra), pin codes (400603), city names (Dubai), or local sectors (Deira).
parent_ids
[String]
Identifiers for the parent of the current locality.
type
String
Specifies the category of the address component, such as pincode, state, city, country, or sector.
Representing the localities that are associated with or contained within the current locality.It provides detailed information about the parent localities, including their names, identifiers, and hierarchical relationships.
parent_uid
String
Unique Identifiers for the parent of the current locality.
meta
JSON
Specifies the meta information for the current locality
serviceability
JSON
Specifies the serviceability information for the current locality
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...