Translation projects API.

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

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

{
    "name": "GPX Viewer",
    "slug": "gpxviewer",
    "id": 1,
    "web": "https://gitlab.com/vecturagames/gpxviewer-translations",
    "web_url": "http://translate.vecturagames.com/projects/gpxviewer/",
    "url": "http://translate.vecturagames.com/api/projects/gpxviewer/?format=api",
    "components_list_url": "http://translate.vecturagames.com/api/projects/gpxviewer/components/?format=api",
    "repository_url": "http://translate.vecturagames.com/api/projects/gpxviewer/repository/?format=api",
    "statistics_url": "http://translate.vecturagames.com/api/projects/gpxviewer/statistics/?format=api",
    "categories_url": "http://translate.vecturagames.com/api/projects/gpxviewer/categories/?format=api",
    "changes_list_url": "http://translate.vecturagames.com/api/projects/gpxviewer/changes/?format=api",
    "languages_url": "http://translate.vecturagames.com/api/projects/gpxviewer/languages/?format=api",
    "labels_url": "http://translate.vecturagames.com/api/projects/gpxviewer/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Mailing list for translators: <translations@vecturagames.com",
    "enable_hooks": true,
    "language_aliases": ""
}