GET /api/v2/anchors/?format=api&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1708,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=2&page_size=1",
    "previous": null,
    "results": [
        {
            "id": 2182,
            "type": "Anchor",
            "hostname": "ae-auh-as208800",
            "fqdn": "ae-auh-as208800.anchors.atlas.ripe.net",
            "probe": 6771,
            "is_ipv4_only": true,
            "ip_v4": "91.201.7.243",
            "as_v4": 208800,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": null,
            "as_v6": null,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Abu Dhabi",
            "country": "AE",
            "company": "EOS CLOUD TECHNOLOGY L.L.C.",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    54.3773438,
                    24.453884
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-04-16T14:20:00.410044",
            "date_decommissioned": "2025-06-10T08:15:56.197197",
            "hardware_version": 99
        }
    ]
}