Translation projects API.

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

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

{
    "name": "GTT Project",
    "slug": "gtt-project",
    "id": 4,
    "web": "https://github.com/gtt-project/",
    "web_url": "https://weblate.osgeo.org/projects/gtt-project/",
    "url": "https://weblate.osgeo.org/api/projects/gtt-project/?format=api",
    "components_list_url": "https://weblate.osgeo.org/api/projects/gtt-project/components/?format=api",
    "repository_url": "https://weblate.osgeo.org/api/projects/gtt-project/repository/?format=api",
    "statistics_url": "https://weblate.osgeo.org/api/projects/gtt-project/statistics/?format=api",
    "categories_url": "https://weblate.osgeo.org/api/projects/gtt-project/categories/?format=api",
    "changes_list_url": "https://weblate.osgeo.org/api/projects/gtt-project/changes/?format=api",
    "languages_url": "https://weblate.osgeo.org/api/projects/gtt-project/languages/?format=api",
    "labels_url": "https://weblate.osgeo.org/api/projects/gtt-project/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "The Geo-Task-Tracker (GTT) plugins add spatial capabilities to Redmine.\r\n\r\nRedmine uses the [Rails Internationalization (I18n) API](https://guides.rubyonrails.org/i18n.html) with flat [YAML](https://yaml.org/) files.\r\n\r\nLocale files of Redmine plugins can be found in `config/locales/*.yml` of the project repository.",
    "enable_hooks": true,
    "language_aliases": ""
}