Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 7,
            "name": "\"Need help?\" on the right column",
            "repository_filename": "",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/help-supportpanel-content/en/?format=api",
            "file_url": "https://l10n.xwiki.org/api/screenshots/7/file/?format=api",
            "units": [
                "https://l10n.xwiki.org/api/units/465013/?format=api",
                "https://l10n.xwiki.org/api/units/465014/?format=api"
            ],
            "url": "https://l10n.xwiki.org/api/screenshots/7/?format=api"
        }
    ]
}