GET /api/v2/anchors/?format=api&page=133&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=134&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=132&page_size=1",
    "results": [
        {
            "id": 4251,
            "type": "Anchor",
            "hostname": "bg-sof-as45839",
            "fqdn": "bg-sof-as45839.anchors.atlas.ripe.net",
            "probe": 7537,
            "is_ipv4_only": true,
            "ip_v4": "101.99.94.87",
            "as_v4": 45839,
            "ip_v4_gateway": "101.99.94.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": null,
            "as_v6": 45839,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Sofia",
            "country": "BG",
            "company": "Shinjiru Technology",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    23.3218675,
                    42.6977082
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-05-19T10:20:00.368866",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}