Translation projects API.

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

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

{
    "name": "PKP Web Application Library",
    "slug": "pkp-lib",
    "id": 2,
    "web": "https://github.com/pkp/pkp-lib",
    "web_url": "http://translate.pkp.sfu.ca/projects/pkp-lib/",
    "url": "http://translate.pkp.sfu.ca/api/projects/pkp-lib/?format=api",
    "components_list_url": "http://translate.pkp.sfu.ca/api/projects/pkp-lib/components/?format=api",
    "repository_url": "http://translate.pkp.sfu.ca/api/projects/pkp-lib/repository/?format=api",
    "statistics_url": "http://translate.pkp.sfu.ca/api/projects/pkp-lib/statistics/?format=api",
    "changes_list_url": "http://translate.pkp.sfu.ca/api/projects/pkp-lib/changes/?format=api",
    "languages_url": "http://translate.pkp.sfu.ca/api/projects/pkp-lib/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}