GET /api/v2/anchors/?format=api&page=29&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1713,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=30&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=28&page_size=1",
    "results": [
        {
            "id": 3148,
            "type": "Anchor",
            "hostname": "ar-vgg-as11815",
            "fqdn": "ar-vgg-as11815.anchors.atlas.ripe.net",
            "probe": 7114,
            "is_ipv4_only": false,
            "ip_v4": "200.3.170.54",
            "as_v4": 11815,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:13e8:e::54",
            "as_v6": 11815,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Villa Gobernador Galvez",
            "country": "AR",
            "company": "Cooperativa Telefonica De Villa Gobernador Galvez Ltda",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -60.6337608,
                    -33.0255203
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2022-07-03T16:20:00.517169",
            "date_decommissioned": "2024-11-08T13:05:52.721858",
            "hardware_version": 99
        }
    ]
}