GET /api/v2/anchors/?format=api&page=287&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1723,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=288&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=286&page_size=1",
    "results": [
        {
            "id": 2156,
            "type": "Anchor",
            "hostname": "cz-prg-as206548",
            "fqdn": "cz-prg-as206548.anchors.atlas.ripe.net",
            "probe": 6963,
            "is_ipv4_only": false,
            "ip_v4": "185.178.172.32",
            "as_v4": 206548,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a0a:6580:12::b9b2:ac20",
            "as_v6": 206548,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Prague",
            "country": "CZ",
            "company": "Tlap s.r.o.",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    14.5195484,
                    50.0802774
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-04-09T16:20:00.366964",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}