Translation projects API.

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

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

{
    "name": "OfficeLife",
    "slug": "officelife",
    "id": 1248,
    "web": "https://github.com/officelifehq/officelife",
    "web_url": "https://hosted.weblate.org/projects/officelife/",
    "url": "https://hosted.weblate.org/api/projects/officelife/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/officelife/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/officelife/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/officelife/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/officelife/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/officelife/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/officelife/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/officelife/labels/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Thank you for your contribution.\r\nPlease add new translations as \"to be verified\".\r\n\r\nOfficeLife manages everything employees do in a company.",
    "enable_hooks": true,
    "language_aliases": ""
}