v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Global IPs

Global IP Latency Metrics

get/global_ip_latency

Query parameters

Consolidated filter parameter (deepObject style). Originally: filter[global_ip_id][in]

Response

Successful response

Example response

{
  "data": [
    {
      "global_ip": {
        "id": "a836125b-20b6-452e-9c03-2653f09c7ed7",
        "ip_address": "192.0.2.1"
      },
      "mean_latency": {
        "amount": 100,
        "unit": "ms"
      },
      "percentile_latency": {
        "0": {
          "amount": 100,
          "unit": "ms"
        },
        "25": {
          "amount": 100,
          "unit": "ms"
        },
        "50": {
          "amount": 100,
          "unit": "ms"
        },
        "75": {
          "amount": 100,
          "unit": "ms"
        },
        "90": {
          "amount": 100,
          "unit": "ms"
        },
        "99": {
          "amount": 100,
          "unit": "ms"
        },
        "100": {
          "amount": 100,
          "unit": "ms"
        }
      },
      "prober_location": {
        "id": "a836125b-20b6-452e-9c03-2653f09c7ed7",
        "lat": 52.370216,
        "lon": 4.895168,
        "name": "Amsterdam"
      },
      "timestamp": "2020-01-01T00:00:00.000Z"
    }
  ]
}