GET /api/v2/anchors/?format=api&page=604&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1746,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=605&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=603&page_size=1",
    "results": [
        {
            "id": 1499,
            "type": "Anchor",
            "hostname": "fr-lio-as41405",
            "fqdn": "fr-lio-as41405.anchors.atlas.ripe.net",
            "probe": 6430,
            "is_ipv4_only": false,
            "ip_v4": "91.223.159.7",
            "as_v4": 41405,
            "ip_v4_gateway": "91.223.159.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a06:ac00:4100:107::1",
            "as_v6": 41405,
            "ip_v6_gateway": "2a06:ac00::1",
            "ip_v6_prefix": 32,
            "city": "Lyon",
            "country": "FR",
            "company": "Altinea SAS",
            "nic_handle": "AR33993-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.7720959,
                    45.806495
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-12-03T08:20:00",
            "date_decommissioned": "2025-01-21T11:56:07.464058",
            "hardware_version": 99
        }
    ]
}