GET /api/v2/anchors/?format=api&page=150&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=151&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=149&page_size=1",
    "results": [
        {
            "id": 3679,
            "type": "Anchor",
            "hostname": "br-fec-as264479",
            "fqdn": "br-fec-as264479.anchors.atlas.ripe.net",
            "probe": 7307,
            "is_ipv4_only": false,
            "ip_v4": "138.117.32.11",
            "as_v4": 264479,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2804:203c:0:5::11",
            "as_v6": 264479,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Feira de Santana",
            "country": "BR",
            "company": "Turbozone Internet",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -38.9739082,
                    -12.2397797
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-01-15T20:20:00.167565",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}