Translation components API.

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

GET /api/components/onionshare/translations/links/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Tor Project",
            "slug": "tor",
            "id": 3043,
            "web": "https://www.torproject.org/",
            "web_url": "https://hosted.weblate.org/projects/tor/",
            "url": "https://hosted.weblate.org/api/projects/tor/?format=api",
            "components_list_url": "https://hosted.weblate.org/api/projects/tor/components/?format=api",
            "repository_url": "https://hosted.weblate.org/api/projects/tor/repository/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/projects/tor/statistics/?format=api",
            "categories_url": "https://hosted.weblate.org/api/projects/tor/categories/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/projects/tor/changes/?format=api",
            "languages_url": "https://hosted.weblate.org/api/projects/tor/languages/?format=api",
            "labels_url": "https://hosted.weblate.org/api/projects/tor/labels/?format=api",
            "translation_review": true,
            "source_review": false,
            "set_language_team": true,
            "instructions": "All the contributions to the Tor Project are bound by our Code of Conduct: https://gitweb.torproject.org/community/policies.git/plain/code_of_conduct.txt\r\n\r\nTo share skills and solve any doubts, please join the Tor Localization community: \r\nhttps://gitlab.torproject.org/tpo/community/l10n/-/wikis/Localization-for-translators\r\n\r\nPlease see our language statistics at https://tpo.pages.torproject.net/community/l10n/stats.html \r\nwith up to date information about translation priorities.\r\n\r\n### Remember that your name and email will appear on some translation files.\r\n### We encourage the use of pseudonyms!",
            "enable_hooks": true,
            "language_aliases": "bn-BD:bn,es-ES:es,es_ES:es,fy-NL:fy,gu-IN:gu,gu_IN:gu,gu-rIN:gu,hi-IN:hi,hi_IN:hi,hy-AM:hy,hy_AM:hy,sv-SE:sv,sv_SE:sv,en_US:en,en-US:en,pt-BR:pt_BR,zh-CN:zh_Hans,zh-TW:zh_Hant"
        }
    ]
}