Translation components API.

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

GET /api/components/peertube/glossary/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": "PeerTube LiveChat",
            "slug": "peertube-livechat",
            "id": 52,
            "web": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
            "web_url": "https://weblate.framasoft.org/projects/peertube-livechat/",
            "url": "https://weblate.framasoft.org/api/projects/peertube-livechat/?format=api",
            "components_list_url": "https://weblate.framasoft.org/api/projects/peertube-livechat/components/?format=api",
            "repository_url": "https://weblate.framasoft.org/api/projects/peertube-livechat/repository/?format=api",
            "statistics_url": "https://weblate.framasoft.org/api/projects/peertube-livechat/statistics/?format=api",
            "categories_url": "https://weblate.framasoft.org/api/projects/peertube-livechat/categories/?format=api",
            "changes_list_url": "https://weblate.framasoft.org/api/projects/peertube-livechat/changes/?format=api",
            "languages_url": "https://weblate.framasoft.org/api/projects/peertube-livechat/languages/?format=api",
            "labels_url": "https://weblate.framasoft.org/api/projects/peertube-livechat/labels/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "Please find some translation directives in the documentation: https://livingston.frama.io/peertube-plugin-livechat/contributing/translate/",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}