-
Notifications
You must be signed in to change notification settings - Fork 0
type_country
Benjamin Fourmaux edited this page Sep 28, 2022
·
6 revisions
Represents a country
| 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 |
An example with France
{
"id": 74,
"name": "France",
"shortname": "FR",
"domainSuffix": "fr",
"serviceCount": 238
}