GET /api/v2/anchors/?format=api&page=129&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1711,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=130&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=128&page_size=1",
    "results": [
        {
            "id": 545,
            "type": "Anchor",
            "hostname": "bg-sof-as197216",
            "fqdn": "bg-sof-as197216.anchors.atlas.ripe.net",
            "probe": 6112,
            "is_ipv4_only": false,
            "ip_v4": "185.55.228.6",
            "as_v4": 197216,
            "ip_v4_gateway": "185.55.228.5",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a02:80e0:0:c::de",
            "as_v6": 197216,
            "ip_v6_gateway": "2a02:80e0:0:c::1",
            "ip_v6_prefix": 64,
            "city": "Sofia",
            "country": "BG",
            "company": "Delta Softmedia Ltd",
            "nic_handle": "DBG",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    23.30613792,
                    42.70271107
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2015-02-24T10:11:56",
            "date_decommissioned": "2020-02-12T09:51:57",
            "hardware_version": 1
        }
    ]
}