GET /api/places/456/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://dig-ed-cat.acdh.oeaw.ac.at/api/places/456/?format=api",
    "alternative_name": [],
    "part_of": {
        "url": "http://dig-ed-cat.acdh.oeaw.ac.at/api/places/234/?format=api",
        "name": "Italy",
        "geonames_id": "3175395",
        "lat": null,
        "lng": null,
        "place_type": "country",
        "part_of": null,
        "alternative_name": []
    },
    "name": "Genova",
    "geonames_id": "http://www.geonames.org/3176219",
    "lat": "44.404780000000",
    "lng": "8.944390000000",
    "place_type": "city"
}