Detailed country information based on country code
Allows you to get detailed information about a country using its country code. This feature is suitable for applications that require comprehensive information about countries.
Two-letter country code (Alpha-2 code) defined in ISO 3166-1.
State information based on country code
Allows you to retrieve information about states of a specific country using the country code. This functionality is ideal for applications that require geographic detail at the state level.
Two-letter country code (Alpha-2 code) defined in ISO 3166-1.
Search Country Information
Allows you to search for country information based on a search term. This feature is useful for applications that want to retrieve country information based on a search term.
The search term or string to be used for searching.
The parameters to search for, separated by commas.
Available parameters: postalCode, placeName, state;
Specifies the search behavior for matching the term in the fields.
Available types:
- all: Matches any part of the field.
- exact: Matches the field exactly.
- autocomplete: Prefix-based matching for autocomplete.
- leading: Matches the beginning of the field.
- trailing: Matches the end of the field.