Translation projects API.

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

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

{
    "name": "Switchboard",
    "slug": "switchboard",
    "id": 5,
    "web": "https://elementary.io",
    "web_url": "https://l10n.elementary.io/projects/switchboard/",
    "url": "https://l10n.elementary.io/api/projects/switchboard/?format=api",
    "components_list_url": "https://l10n.elementary.io/api/projects/switchboard/components/?format=api",
    "repository_url": "https://l10n.elementary.io/api/projects/switchboard/repository/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/projects/switchboard/statistics/?format=api",
    "categories_url": "https://l10n.elementary.io/api/projects/switchboard/categories/?format=api",
    "changes_list_url": "https://l10n.elementary.io/api/projects/switchboard/changes/?format=api",
    "languages_url": "https://l10n.elementary.io/api/projects/switchboard/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "https://elementary.io/docs/translation-guide",
    "enable_hooks": true,
    "language_aliases": ""
}