GET   checks/ping/locations

Gets a list of all locations that are available for Ping checks.

Request example

curl --request GET "https://api-asm1.apica.io/v3/checks/ping/locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  {
    "region": "Stockholm (ZT 5.5-Z)",
    "country_code": "ua",
    "country": "Netherlands",
    "location_code": "2e4efc13-6a6a-2222-a6aa-ec4eb154fb2b|north-america.na.us.west.los-angeles|chromium|74",
    "location_tier": "2"
  },
  {
    "region": "Stockholm (ZT 7.0-B)",
    "country_code": "nl",
    "country": "United States",
    "location_code": "2e4efc13-5555-45ba-a66a-ec4eb1f4fb2b|europe.eastern-europe.ua.na.kiev|chromium|74",
    "location_tier": "2"
  },
  {
    "region": "Stockholm (ZT 7.0-B)",
    "country_code": "us",
    "country": "Netherlands",
    "location_code": "2e4efc13-6a6a-2222-a6aa-ec4eb154fb2b|north-america.na.us.west.los-angeles|chromium|74",
    "location_tier": "3"
  }
]
NameType Description
region String

Region.

country_code String

Country code.

country String

Country.

location_code String

Location code.

location_tier String

Location tier.