GET /api/v2/anchors/?format=api&page=1520&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=1521&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=1519&page_size=1",
    "results": [
        {
            "id": 4123,
            "type": "Anchor",
            "hostname": "us-lax-as22611",
            "fqdn": "us-lax-as22611.anchors.atlas.ripe.net",
            "probe": 7514,
            "is_ipv4_only": false,
            "ip_v4": "216.194.166.172",
            "as_v4": 22611,
            "ip_v4_gateway": "216.194.164.1",
            "ip_v4_netmask": "255.255.252.0",
            "ip_v6": "2605:f400:1:1::2",
            "as_v6": 22611,
            "ip_v6_gateway": "2605:f400:1:1::1",
            "ip_v6_prefix": 64,
            "city": "Los Angeles",
            "country": "US",
            "company": "InMotion Hosting",
            "nic_handle": "IHNO1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -118.25685,
                    34.04728
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-04-11T14:20:00.582301",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}