Translation projects API.

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

GET /api/projects/xwiki-contrib/
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "XWiki Contrib",
    "slug": "xwiki-contrib",
    "id": 3,
    "web": "http://contrib.xwiki.org",
    "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/",
    "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/",
    "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/",
    "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/",
    "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/",
    "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/",
    "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}