GET /api/v2/anchors/?format=api&page=540&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1745,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=541&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=539&page_size=1",
    "results": [
        {
            "id": 2142,
            "type": "Anchor",
            "hostname": "ee-tll-as8728",
            "fqdn": "ee-tll-as8728.anchors.atlas.ripe.net",
            "probe": 6749,
            "is_ipv4_only": false,
            "ip_v4": "212.7.0.250",
            "as_v4": 8728,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:1b28:1:1::250",
            "as_v6": 8728,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Tallinn",
            "country": "EE",
            "company": "INFONET AS",
            "nic_handle": "IAAO1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    24.6930161,
                    59.4570977
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-03-05T10:20:00.602100",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}