Translation components API.

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

GET /api/components/xwiki-platform/dashboard-translations/screenshots/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 42,
            "name": "Create Page",
            "repository_filename": "",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/dashboard-translations/en/?format=api",
            "file_url": "https://l10n.xwiki.org/api/screenshots/42/file/?format=api",
            "units": [
                "https://l10n.xwiki.org/api/units/122206/?format=api"
            ],
            "url": "https://l10n.xwiki.org/api/screenshots/42/?format=api"
        }
    ]
}