GET /api/v2/anchors/?format=api&page=351&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1723,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=352&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=350&page_size=1",
    "results": [
        {
            "id": 1629,
            "type": "Anchor",
            "hostname": "de-dus-as48821",
            "fqdn": "de-dus-as48821.anchors.atlas.ripe.net",
            "probe": 6507,
            "is_ipv4_only": false,
            "ip_v4": "185.138.55.234",
            "as_v4": 48821,
            "ip_v4_gateway": "185.138.55.233",
            "ip_v4_netmask": "255.255.255.252",
            "ip_v6": "2a07:a40:101:1337::2",
            "as_v6": 48821,
            "ip_v6_gateway": "2a07:a40:101:1337::1",
            "ip_v6_prefix": 64,
            "city": "Dusseldorf",
            "country": "DE",
            "company": "Mauve Mailorder Software GmbH & Co. KG",
            "nic_handle": "MN11204-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.8677694,
                    51.1882705
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-02-21T14:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}