Translation components API.

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

GET /api/components/flarum/core/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": "Flarum - core",
            "slug": "flarum-core",
            "id": 5,
            "web": "https://rob006-software.github.io/flarum-translations/",
            "web_url": "https://weblate.rob006.net/projects/flarum-core/",
            "url": "https://weblate.rob006.net/api/projects/flarum-core/?format=api",
            "components_list_url": "https://weblate.rob006.net/api/projects/flarum-core/components/?format=api",
            "repository_url": "https://weblate.rob006.net/api/projects/flarum-core/repository/?format=api",
            "statistics_url": "https://weblate.rob006.net/api/projects/flarum-core/statistics/?format=api",
            "changes_list_url": "https://weblate.rob006.net/api/projects/flarum-core/changes/?format=api",
            "languages_url": "https://weblate.rob006.net/api/projects/flarum-core/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}