GET /api/v2/anchors/?format=api&page=188&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1715,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=189&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=187&page_size=1",
    "results": [
        {
            "id": 4025,
            "type": "Anchor",
            "hostname": "ca-tor-as11358",
            "fqdn": "ca-tor-as11358.anchors.atlas.ripe.net",
            "probe": 7416,
            "is_ipv4_only": false,
            "ip_v4": "23.186.184.9",
            "as_v4": 11358,
            "ip_v4_gateway": "23.186.184.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2602:f97e::9",
            "as_v6": 11358,
            "ip_v6_gateway": "2602:f97e::1",
            "ip_v6_prefix": 48,
            "city": "Toronto",
            "country": "CA",
            "company": "Tennant Software Corp.",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3622483,
                    43.6508466
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-11-15T10:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}