Translation projects API.

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

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

{
    "name": "Chocolate",
    "slug": "chocolate",
    "id": 4290,
    "web": "https://github.com/ChocolateApp/Chocolate/",
    "web_url": "https://hosted.weblate.org/projects/chocolate/",
    "url": "https://hosted.weblate.org/api/projects/chocolate/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/chocolate/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/chocolate/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/chocolate/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/chocolate/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/chocolate/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/chocolate/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/chocolate/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Chocolate need some translation, thanks to the community, we already support many languages, but it's not the best to use, thanks to weblate, the translation will be easier to be done, and track",
    "enable_hooks": true,
    "language_aliases": ""
}