Translation projects API.

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

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

{
    "name": "gfxboot",
    "slug": "gfxboot",
    "id": 254,
    "web": "https://github.com/openSUSE/gfxboot",
    "web_url": "https://l10n.opensuse.org/projects/gfxboot/",
    "url": "https://l10n.opensuse.org/api/projects/gfxboot/?format=api",
    "components_list_url": "https://l10n.opensuse.org/api/projects/gfxboot/components/?format=api",
    "repository_url": "https://l10n.opensuse.org/api/projects/gfxboot/repository/?format=api",
    "statistics_url": "https://l10n.opensuse.org/api/projects/gfxboot/statistics/?format=api",
    "changes_list_url": "https://l10n.opensuse.org/api/projects/gfxboot/changes/?format=api",
    "languages_url": "https://l10n.opensuse.org/api/projects/gfxboot/languages/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}