Публичный апи разделов статей

GET /api/unit/?format=api&ordering=-id
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "pages": 1,
    "page": 1,
    "next": null,
    "previous": null,
    "start_index": 1,
    "end_index": 5,
    "results": [
        {
            "id": 5,
            "title": "л",
            "code": "литр"
        },
        {
            "id": 4,
            "title": "пм",
            "code": "погонный метр"
        },
        {
            "id": 3,
            "title": "м",
            "code": "метр"
        },
        {
            "id": 2,
            "title": "кг",
            "code": "килограмм"
        },
        {
            "id": 1,
            "title": "шт.",
            "code": "piece"
        }
    ]
}