Response

The response contains a list structured like an array of objects.

Code 200: OK

[
	{
		"id": "AF",
		"name": "Afghanistan",
		"phoneCode": 93
	},
	{
		"id": "AL",
		"name": "Albania",
		"phoneCode": 355
	},
	{...},
]

Last updated