GET   checks/url-v2/locations

Gets a list of all locations that are available for URL (version 2) checks.

Request example

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

Response body model example and description

[
  {
    "city": "Dallas",
    "operator": "DC1",
    "country_code": "us",
    "country": "United States",
    "location_code": "2e4efc13-7777-45ba-a6aa-ec4231f4fb2b|europe.western-europe.nl.na.amsterdam|chromium|23",
    "location_tier": "2"
  },
  {
    "city": "Dallas",
    "operator": "",
    "country_code": "us",
    "country": "Netherlands",
    "location_code": "2e4efc13-7777-45ba-a6aa-ec4231f4fb2b|europe.western-europe.nl.na.amsterdam|chromium|23",
    "location_tier": "1+"
  },
  {
    "city": "Kiev",
    "operator": "DC1",
    "country_code": "us",
    "country": "Netherlands",
    "location_code": "2e4efc13-7777-45ba-a6aa-ec4231f4fb2b|europe.western-europe.nl.na.amsterdam|chromium|23",
    "location_tier": "3"
  }
]
NameType Description
city String

City.

operator String

Operator.

country_code String

Country code.

country String

Country.

location_code String

Location code.

location_tier String

Location tier.