GET /api/v2/anchors/2345/?format=api
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "id": 2345,
    "type": "Anchor",
    "hostname": "uk-cdf-as207960",
    "fqdn": "uk-cdf-as207960.anchors.atlas.ripe.net",
    "probe": 7132,
    "is_ipv4_only": false,
    "ip_v4": "45.129.95.64",
    "as_v4": 207960,
    "ip_v4_gateway": null,
    "ip_v4_netmask": null,
    "ip_v6": "2a0d:1a40:7900:5::3",
    "as_v6": 207960,
    "ip_v6_gateway": null,
    "ip_v6_prefix": null,
    "city": "Cardiff",
    "country": "GB",
    "company": "AS207960 Cyfyngedig",
    "nic_handle": "AN31887-RIPE",
    "geometry": {
        "type": "Point",
        "coordinates": [
            -3.1587354,
            51.503063
        ]
    },
    "tlsa_record": "",
    "is_disabled": false,
    "is_replacement": false,
    "replaces_anchor": null,
    "date_live": "2022-09-01T10:20:00",
    "date_decommissioned": null,
    "hardware_version": 99
}