GET /api/v2/anchors/?format=api&page=545&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=546&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=544&page_size=1",
    "results": [
        {
            "id": 2225,
            "type": "Anchor",
            "hostname": "es-bcn-as197712",
            "fqdn": "es-bcn-as197712.anchors.atlas.ripe.net",
            "probe": 6819,
            "is_ipv4_only": true,
            "ip_v4": "185.22.200.38",
            "as_v4": 197712,
            "ip_v4_gateway": "185.22.200.37",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": null,
            "as_v6": null,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Barcelona",
            "country": "ES",
            "company": "10dencehispahard SL",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    2.1387976,
                    41.3494811
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-07-01T08:20:00.455829",
            "date_decommissioned": "2024-05-29T14:19:10.239415",
            "hardware_version": 2
        }
    ]
}