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

{
    "url": "https://anthologiagraeca.org/api/cities/2/?format=api",
    "names": [
        {
            "name": "Alexandrie",
            "language": "fra"
        },
        {
            "name": "Alexandria",
            "language": "eng"
        },
        {
            "name": "Ἀλεξάνδρεια",
            "language": "grc"
        }
    ],
    "alternative_urns": [
        "https://anthologia.ecrituresnumeriques.ca/api/v1/cities/4",
        "https://www.wikidata.org/wiki/Q87",
        "https://pleiades.stoa.org/places/727070"
    ],
    "unique_id": 4,
    "longitude": "31.20010",
    "latitude": "29.91857",
    "descriptions": [],
    "created_at": "2021-04-08T21:27:25.384000Z",
    "updated_at": "2021-04-08T21:27:25.384000Z",
    "passages": [
        "https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:7.679/?format=api",
        "https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:8.100/?format=api",
        "https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:9.787/?format=api"
    ]
}