GET /api/cities/5/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://anthologiagraeca.org/api/cities/5/?format=api",
    "names": [
        {
            "name": "Ercolano",
            "language": "ita"
        },
        {
            "name": "Herculaneum",
            "language": "eng"
        }
    ],
    "alternative_urns": [
        "https://anthologia.ecrituresnumeriques.ca/api/v1/cities/5",
        "https://www.wikidata.org/wiki/Q72111",
        "https://pleiades.stoa.org/places/432873"
    ],
    "unique_id": 5,
    "longitude": "40.80593",
    "latitude": "14.34680",
    "descriptions": [],
    "created_at": "2021-04-08T21:27:26.699000Z",
    "updated_at": "2021-04-08T21:27:26.699000Z",
    "passages": []
}