GET /api/v2/anchors/?format=api&page=267&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1721,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=268&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=266&page_size=1",
    "results": [
        {
            "id": 1605,
            "type": "Anchor",
            "hostname": "cl-scl-as64112",
            "fqdn": "cl-scl-as64112.anchors.atlas.ripe.net",
            "probe": 6485,
            "is_ipv4_only": false,
            "ip_v4": "170.247.95.81",
            "as_v4": 64112,
            "ip_v4_gateway": "170.247.95.86",
            "ip_v4_netmask": "255.255.255.248",
            "ip_v6": "2803:3440:9003::aaf7:5f51",
            "as_v6": 64112,
            "ip_v6_gateway": "2803:3440:9003::aaf7:5f56",
            "ip_v6_prefix": 125,
            "city": "Santiago de Chile",
            "country": "CL",
            "company": "PIT Chile SpA",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -70.5993464,
                    -33.4183565
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-01-28T14:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}