Web Service Description
This web service provides country information for developers. Users can obtain an API Key to access country-related data and use it in their projects.
đ How to Get an API Key
To get an API Key, you need to sign up using your GitHub or Google account. After logging in, you will be redirected to the API Key page where you can receive your key.
đ¯ Service Goals
This is an open-source project, and others are welcome to contribute to its development and improvement. The main goal of this service is to provide a simple and standard way to access country information so developers can easily integrate it into their projects.
đ Updates and New Features
This project is continuously updated with new features being added. The development team is always working on enhancing functionality and providing the latest features to users.
đ Available Data Types in the API
Note that during the filtering process, the API is case-insensitive. For example, when requesting a country by name, values like "IRAN" and "iran" will be processed equally and return the same result.
| Field Name | Description | Type | Example |
|---|---|---|---|
| id (Numeric code) | Unique ID for each country | Number | 364 |
| name | Country name | String | Ø§ÛØąØ§Ų |
| iso2 | 2-letter ISO code | String | ir |
| iso3 | 3-letter ISO code | String | irn |
| flag | Flag URL in SVG format | String | IR.svg |
| capital | Capital city | String | ØĒŲØąØ§Ų |
| calling_code | Country calling code | Number | 98 |
| lat | Latitude | Number | 32 |
| long | Longitude | Number | 53 |
| continent | Continent | String | Asia |