Translation components API.

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

GET /api/components/uyuni/uyuni-tools/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": "uyuni",
            "slug": "uyuni",
            "id": 301,
            "web": "https://uyuni-project.org",
            "web_url": "https://l10n.opensuse.org/projects/uyuni/",
            "url": "https://l10n.opensuse.org/api/projects/uyuni/?format=api",
            "components_list_url": "https://l10n.opensuse.org/api/projects/uyuni/components/?format=api",
            "repository_url": "https://l10n.opensuse.org/api/projects/uyuni/repository/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/projects/uyuni/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/projects/uyuni/changes/?format=api",
            "languages_url": "https://l10n.opensuse.org/api/projects/uyuni/languages/?format=api",
            "translation_review": true,
            "source_review": false,
            "set_language_team": true,
            "instructions": "https://github.com/uyuni-project/uyuni/wiki/Translating-Uyuni-to-your-language\nMailing list for translators: <translation@lists.uyuni-project.org\n",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}