Translation projects API.

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

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

{
    "name": "Ooops",
    "slug": "ooops",
    "id": 3,
    "web": "http://www.ooops404.com",
    "web_url": "http://weblate.ops404.it/projects/ooops/",
    "url": "http://weblate.ops404.it/api/projects/ooops/?format=api",
    "components_list_url": "http://weblate.ops404.it/api/projects/ooops/components/?format=api",
    "repository_url": "http://weblate.ops404.it/api/projects/ooops/repository/?format=api",
    "statistics_url": "http://weblate.ops404.it/api/projects/ooops/statistics/?format=api",
    "changes_list_url": "http://weblate.ops404.it/api/projects/ooops/changes/?format=api",
    "languages_url": "http://weblate.ops404.it/api/projects/ooops/languages/?format=api"
}