Translation projects API.

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

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

{
    "name": "Open Event",
    "slug": "open-event",
    "id": 133,
    "web": "https://github.com/fossasia/open-event",
    "web_url": "https://hosted.weblate.org/projects/open-event/",
    "url": "https://hosted.weblate.org/api/projects/open-event/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/open-event/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/open-event/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/open-event/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/open-event/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/open-event/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/open-event/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/open-event/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "\nMailing list for translators: <open-event@googlegroups.com\n",
    "enable_hooks": true,
    "language_aliases": ""
}