Translation projects API.

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

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

{
    "name": "Gammu",
    "slug": "gammu",
    "id": 19,
    "web": "https://wammu.eu/",
    "web_url": "https://hosted.weblate.org/projects/gammu/",
    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
    "enable_hooks": true,
    "language_aliases": ""
}