GET /api/v2/anchors/?format=api&page=1525&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=1526&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=1524&page_size=1",
    "results": [
        {
            "id": 4118,
            "type": "Anchor",
            "hostname": "us-lax-as395412",
            "fqdn": "us-lax-as395412.anchors.atlas.ripe.net",
            "probe": 7585,
            "is_ipv4_only": true,
            "ip_v4": "204.8.234.200",
            "as_v4": 395412,
            "ip_v4_gateway": "204.8.234.2",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": null,
            "as_v6": null,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Los Angeles",
            "country": "US",
            "company": "VSMEDIA",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -118.3940759,
                    33.926306
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-07-15T10:20:00.379686",
            "date_decommissioned": null,
            "hardware_version": 98
        }
    ]
}