Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Probes API (probes.json)

Katie Holly edited this page Jul 29, 2019 · 6 revisions
  • URL: /probes.json
  • Method: GET
  • Input (Parameters): -
  • Output (Response):
    • Format: json
    • Syntax: (Object)
      • "{Probe ID (5 char 0-9a-fA-F string)}": (Object)
        • "country": (String) "{Country Name}"
        • "city": (String) "{City Name}"
        • "unlocode": (String) "{UNECE UN/LOCODE}"
        • "provider": (String) "{ISP}"
        • "residential": (Boolean) {true=Probe site is connected via a residential (home/office) connection, false=connected via a local datacenter connection}
        • "asnumber": (Number) {BGP AS Number}
        • "group": (String) "{Group name displayed on the probe selection - e.g. continent}"
        • "caps": (Object)
          • "{Capability name - e.g. ping}": (Boolean|Number) {false=no IPv4/6 support, true=IPv4/6 support, 4=IPv4 only, 6=IPv6 only}
        • "status": (Boolean) {true=online, false=offline}
        • "providerurl": (String) "{URL of the ISP hosting or sponsoring this probe}"