Translation projects API.

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

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

{
    "name": "UniPatcher",
    "slug": "unipatcher",
    "id": 625,
    "web": "https://github.com/btimofeev/UniPatcher",
    "web_url": "https://hosted.weblate.org/projects/unipatcher/",
    "url": "https://hosted.weblate.org/api/projects/unipatcher/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/unipatcher/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/unipatcher/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/unipatcher/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/unipatcher/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/unipatcher/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/unipatcher/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/unipatcher/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Add a @kingu in the comments if something can be improved :)",
    "enable_hooks": true,
    "language_aliases": ""
}