GET /api/v2/anchors/?format=api&page=410&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1738,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=411&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=409&page_size=1",
    "results": [
        {
            "id": 555,
            "type": "Anchor",
            "hostname": "de-fra-as43996",
            "fqdn": "de-fra-as43996.anchors.atlas.ripe.net",
            "probe": 6141,
            "is_ipv4_only": false,
            "ip_v4": "37.10.0.65",
            "as_v4": 43996,
            "ip_v4_gateway": "37.10.0.70",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2a01:5040:40:30::4",
            "as_v6": 43996,
            "ip_v6_gateway": "2a01:5040:40:30::3",
            "ip_v6_prefix": 64,
            "city": "Frankfurt am Main",
            "country": "DE",
            "company": "Booking.com IT Services B.V.",
            "nic_handle": "BOOK-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.6821267,
                    50.1109221
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2015-08-20T12:20:08",
            "date_decommissioned": "2020-02-12T09:52:37",
            "hardware_version": 1
        }
    ]
}