GET /api/v2/anchors/?format=api&page=125&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=126&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=124&page_size=1",
    "results": [
        {
            "id": 1038,
            "type": "Anchor",
            "hostname": "bf-oua-as37577",
            "fqdn": "bf-oua-as37577.anchors.atlas.ripe.net",
            "probe": 6299,
            "is_ipv4_only": true,
            "ip_v4": "197.239.73.59",
            "as_v4": 37577,
            "ip_v4_gateway": "197.239.73.57",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": null,
            "as_v6": null,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Ouagadougou",
            "country": "BF",
            "company": "Orange Burkina Faso",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -1.5148211,
                    12.3669745
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2017-08-16T08:19:50",
            "date_decommissioned": "2025-01-10T10:53:06.302836",
            "hardware_version": 1
        }
    ]
}