Translation projects API.

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

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

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