GET /api/v2/anchors/?format=api&page=463&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1742,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=464&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=462&page_size=1",
    "results": [
        {
            "id": 1509,
            "type": "Anchor",
            "hostname": "de-lej-as35065",
            "fqdn": "de-lej-as35065.anchors.atlas.ripe.net",
            "probe": 6447,
            "is_ipv4_only": true,
            "ip_v4": "195.16.81.9",
            "as_v4": 35065,
            "ip_v4_gateway": "195.16.81.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": null,
            "as_v6": null,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Leipzig",
            "country": "DE",
            "company": "Leipziger Messe GmbH",
            "nic_handle": "RA9525-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    12.3988051,
                    51.3954727
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2018-12-20T08:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}