ViewSet for tags.

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

{
    "count": 30,
    "next": null,
    "previous": "http://roskov.driad.fr/api/tags/?format=api",
    "results": [
        {
            "id": 9,
            "name": "long-form",
            "category": "form",
            "category_display": "Form",
            "description": "",
            "is_active": true,
            "created_at": "2026-01-17T18:41:46.575658Z",
            "updated_at": "2026-01-17T18:41:46.575675Z"
        },
        {
            "id": 3,
            "name": "feminine",
            "category": "gender",
            "category_display": "Gender",
            "description": "",
            "is_active": true,
            "created_at": "2026-01-17T18:41:46.134507Z",
            "updated_at": "2026-01-17T18:41:46.134524Z"
        },
        {
            "id": 2,
            "name": "masculine",
            "category": "gender",
            "category_display": "Gender",
            "description": "",
            "is_active": true,
            "created_at": "2026-01-17T18:41:46.131757Z",
            "updated_at": "2026-01-17T18:41:46.131774Z"
        },
        {
            "id": 4,
            "name": "neuter",
            "category": "gender",
            "category_display": "Gender",
            "description": "",
            "is_active": true,
            "created_at": "2026-01-17T18:41:46.137136Z",
            "updated_at": "2026-01-17T18:41:46.137147Z"
        },
        {
            "id": 8,
            "name": "neutre",
            "category": "gender",
            "category_display": "Gender",
            "description": "",
            "is_active": true,
            "created_at": "2026-01-17T18:41:46.572045Z",
            "updated_at": "2026-01-17T18:41:46.572062Z"
        },
        {
            "id": 6,
            "name": "plural",
            "category": "number",
            "category_display": "Number",
            "description": "",
            "is_active": true,
            "created_at": "2026-01-17T18:41:46.142279Z",
            "updated_at": "2026-01-17T18:41:46.142291Z"
        },
        {
            "id": 5,
            "name": "singular",
            "category": "number",
            "category_display": "Number",
            "description": "",
            "is_active": true,
            "created_at": "2026-01-17T18:41:46.139686Z",
            "updated_at": "2026-01-17T18:41:46.139698Z"
        },
        {
            "id": 1,
            "name": "alphabet",
            "category": "other",
            "category_display": "Other",
            "description": "Alphabet letter",
            "is_active": true,
            "created_at": "2026-01-17T18:41:45.705346Z",
            "updated_at": "2026-01-17T18:41:45.705356Z"
        },
        {
            "id": 30,
            "name": "travel",
            "category": "other",
            "category_display": "Other",
            "description": "Travel-related vocabulary",
            "is_active": true,
            "created_at": "2026-01-17T18:41:55.923432Z",
            "updated_at": "2026-01-17T18:41:55.923444Z"
        },
        {
            "id": 11,
            "name": "present",
            "category": "tense",
            "category_display": "Tense (Conjugation)",
            "description": "",
            "is_active": true,
            "created_at": "2026-01-17T18:41:48.408735Z",
            "updated_at": "2026-01-17T18:41:48.408752Z"
        }
    ]
}
Tag name (e.g., "masculine", "plural", "nominative")
Optional description of the tag