Translation projects API.

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

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

{
    "name": "OnionShare",
    "slug": "onionshare",
    "id": 260,
    "web": "https://onionshare.org/",
    "web_url": "https://hosted.weblate.org/projects/onionshare/",
    "url": "https://hosted.weblate.org/api/projects/onionshare/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/onionshare/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/onionshare/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/onionshare/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/onionshare/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/onionshare/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/onionshare/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/onionshare/labels/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": false,
    "instructions": "Mailing list for translators: onionshare-dev@lists.riseup.net",
    "enable_hooks": true,
    "language_aliases": "bn-BD:bn,es-ES:es,es_ES:es,fy-NL:fy,gu-IN:gu,gu_IN:gu,hi-IN:hi,hi_IN:hi,hy-AM:hy,hy_AM:hy,sv-SE:sv,sv_SE:sv,zh-CN:zh-Hans,zh-TW:zh-Hant,en_US:en,en-US:en"
}