Translation projects API.

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

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

{
    "name": "XWiki Rendering",
    "slug": "xwiki-rendering",
    "id": 4,
    "web": "http://www.xwiki.org",
    "web_url": "https://l10n.xwiki.org/projects/xwiki-rendering/",
    "url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/?format=api",
    "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/components/?format=api",
    "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/repository/?format=api",
    "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/statistics/?format=api",
    "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/categories/?format=api",
    "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/changes/?format=api",
    "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/languages/?format=api",
    "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}