GET /el/api/v1/news-categories/?format=api&ordering=-title
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 5,
        "selected": false,
        "title": "Στατιστικά",
        "slug": "statistics"
    },
    {
        "id": 4,
        "selected": false,
        "title": "Νέες υπηρεσίες",
        "slug": "services"
    },
    {
        "id": 6,
        "selected": false,
        "title": "Νέες λειτουργικότητες",
        "slug": "features"
    }
]