Translation projects API.

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

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

{
    "name": "Freeplane",
    "slug": "freeplane",
    "id": 1,
    "web": "https://sourceforge.net/projects/freeplane/",
    "web_url": "https://hosted.weblate.org/projects/freeplane/",
    "url": "https://hosted.weblate.org/api/projects/freeplane/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/freeplane/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/freeplane/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/freeplane/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/freeplane/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/freeplane/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/freeplane/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/freeplane/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "https://www.freeplane.org/wiki/index.php/Translation_How-To",
    "enable_hooks": true,
    "language_aliases": ""
}