endpoint_country list - BenjaminFourmaux/ServiceDown-api GitHub Wiki

Country/list

list of all services

Methods

Request

GET api.service-down.net/country/list

Response

Return an array of Country

[
	{
		"id": 74,
		"name": "France",
		"shortname": "FR",
		"domainSuffix": "fr",
		"serviceCount": 143
	},
	{
		"id": 230,
		"name": "United States",
		"shortname": "US",
		"domainSuffix": "us",
		"serviceCount": 229
	}
]

Errors

Exemple