Translation projects API.

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

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

{
    "name": "DigiAgriApp",
    "slug": "digiagriapp",
    "id": 19,
    "web": "https://digiagriapp.gitlab.io/digiagriapp-website/",
    "web_url": "https://weblate.osgeo.org/projects/digiagriapp/",
    "url": "https://weblate.osgeo.org/api/projects/digiagriapp/?format=api",
    "components_list_url": "https://weblate.osgeo.org/api/projects/digiagriapp/components/?format=api",
    "repository_url": "https://weblate.osgeo.org/api/projects/digiagriapp/repository/?format=api",
    "statistics_url": "https://weblate.osgeo.org/api/projects/digiagriapp/statistics/?format=api",
    "categories_url": "https://weblate.osgeo.org/api/projects/digiagriapp/categories/?format=api",
    "changes_list_url": "https://weblate.osgeo.org/api/projects/digiagriapp/changes/?format=api",
    "languages_url": "https://weblate.osgeo.org/api/projects/digiagriapp/languages/?format=api",
    "labels_url": "https://weblate.osgeo.org/api/projects/digiagriapp/labels/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Read more on [our documentation](https://digiagriapp.gitlab.io/digiagriapp-documentation/devel/translation.html)",
    "enable_hooks": true,
    "language_aliases": ""
}