type_country - BenjaminFourmaux/ServiceDown-api GitHub Wiki
Type : Country
Represents a country
Fields
| Name | Description | Type |
|---|---|---|
| id | The country id | number |
| name | Country name | string |
| shortname | The country shortname in ISO 3166 Alpha-2 format | string |
| domainSuffix | Internet domain suffix for the country. ex: .fr .com .net . But whithout the first dot | string |
| serviceCount | [Calculated property] Give the number of services available in this country | number |
Exemple
An example with France
{
"id": 74,
"name": "France",
"shortname": "FR",
"domainSuffix": "fr",
"serviceCount": 238
}