Translation projects API.

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

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

{
    "name": "shopiroller",
    "slug": "shopiroller",
    "id": 2,
    "web": "https://shopiroller.com",
    "web_url": "http://localization.appnomi.com/projects/shopiroller/",
    "url": "http://localization.appnomi.com/api/projects/shopiroller/?format=api",
    "components_list_url": "http://localization.appnomi.com/api/projects/shopiroller/components/?format=api",
    "repository_url": "http://localization.appnomi.com/api/projects/shopiroller/repository/?format=api",
    "statistics_url": "http://localization.appnomi.com/api/projects/shopiroller/statistics/?format=api",
    "changes_list_url": "http://localization.appnomi.com/api/projects/shopiroller/changes/?format=api",
    "languages_url": "http://localization.appnomi.com/api/projects/shopiroller/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}