Публичный сериализатор населенных пунктов СДЕК

GET /api/cdek_city/?format=api&ordering=title&page=5726
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 114503,
    "pages": 5726,
    "page": 5726,
    "next": null,
    "previous": 5725,
    "start_index": 114501,
    "end_index": 114503,
    "results": [
        {
            "id": 109944,
            "title": "Ящиково",
            "code": "883262",
            "fias_guid": null,
            "kladr_code": null,
            "longitude": 38.750454,
            "latitude": 48.415437,
            "timezone": "Europe/Kiev",
            "payment_limit": null,
            "postal_codes": "",
            "region": null
        },
        {
            "id": 110187,
            "title": "Яя",
            "code": "2365",
            "fias_guid": "d64110f4-d0da-4b7b-b401-87e3322316f6",
            "kladr_code": "4201800100000",
            "longitude": 86.426024,
            "latitude": 56.207093,
            "timezone": "Asia/Novokuznetsk",
            "payment_limit": -1,
            "postal_codes": "652102;652100",
            "region": null
        },
        {
            "id": 110188,
            "title": "Яя-Борик",
            "code": "53629",
            "fias_guid": "934d161e-2521-451e-9eb0-8ef53ecffa10",
            "kladr_code": "4201800003800",
            "longitude": 86.456028,
            "latitude": 56.275264,
            "timezone": "Asia/Novokuznetsk",
            "payment_limit": -1,
            "postal_codes": "652117",
            "region": null
        }
    ]
}