Count_Country
A api stuff help the users to get the countries, states and cities data. They can use this data to demonstrate via slecte options on frontend, make use to get or validate the phone numbers or much more
Count_Country endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Fetch all the countries /api/country |
To get all the countries, need to only call the api **domain_name/api/country** |
| GET |
Fetch the state /api/country |
To get the states of a particular country, need to pass query parameter after the end **/api/country?** The query parameter is **country=**, ensure passing the country is valid… |
| GET |
Fetch the cities / |
To get the cities, need to pass the **country** and **state** name, after end point as a query parameter demo link -> **domain/api/country?country=india&state=delhi** |
Count_Country pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|