GET /api/v2/anchors/?format=api&page=1514&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1711,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=1515&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=1513&page_size=1",
    "results": [
        {
            "id": 2012,
            "type": "Anchor",
            "hostname": "us-lax-as15169",
            "fqdn": "us-lax-as15169.anchors.atlas.ripe.net",
            "probe": 6697,
            "is_ipv4_only": true,
            "ip_v4": "34.94.50.16",
            "as_v4": 15169,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": null,
            "as_v6": null,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Los Angeles",
            "country": "US",
            "company": "Google",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -118.2436849,
                    34.0522342
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-12-30T16:20:00",
            "date_decommissioned": "2025-06-10T08:13:05.383772",
            "hardware_version": 99
        }
    ]
}