Translation projects API.

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

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

{
    "name": "Common Plugins",
    "slug": "plugins",
    "id": 3,
    "web": "http://github.com/pkp",
    "web_url": "http://translate.pkp.sfu.ca/projects/plugins/",
    "url": "http://translate.pkp.sfu.ca/api/projects/plugins/?format=api",
    "components_list_url": "http://translate.pkp.sfu.ca/api/projects/plugins/components/?format=api",
    "repository_url": "http://translate.pkp.sfu.ca/api/projects/plugins/repository/?format=api",
    "statistics_url": "http://translate.pkp.sfu.ca/api/projects/plugins/statistics/?format=api",
    "changes_list_url": "http://translate.pkp.sfu.ca/api/projects/plugins/changes/?format=api",
    "languages_url": "http://translate.pkp.sfu.ca/api/projects/plugins/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}