Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/xwiki-contrib/categories/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Cristal",
            "slug": "cristal",
            "project": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api",
            "category": null,
            "url": "https://l10n.xwiki.org/api/categories/4/?format=api"
        }
    ]
}