Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 29,
            "name": "Profile - Editor preferences",
            "repository_filename": "",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-userprofiletranslations/en/?format=api",
            "file_url": "https://l10n.xwiki.org/api/screenshots/29/file/?format=api",
            "units": [
                "https://l10n.xwiki.org/api/units/122188/?format=api",
                "https://l10n.xwiki.org/api/units/122189/?format=api"
            ],
            "url": "https://l10n.xwiki.org/api/screenshots/29/?format=api"
        },
        {
            "id": 33,
            "name": "Profile - Preferences",
            "repository_filename": "",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-userprofiletranslations/en/?format=api",
            "file_url": "https://l10n.xwiki.org/api/screenshots/33/file/?format=api",
            "units": [
                "https://l10n.xwiki.org/api/units/122186/?format=api",
                "https://l10n.xwiki.org/api/units/122187/?format=api",
                "https://l10n.xwiki.org/api/units/122189/?format=api",
                "https://l10n.xwiki.org/api/units/122185/?format=api",
                "https://l10n.xwiki.org/api/units/122190/?format=api",
                "https://l10n.xwiki.org/api/units/122188/?format=api"
            ],
            "url": "https://l10n.xwiki.org/api/screenshots/33/?format=api"
        },
        {
            "id": 36,
            "name": "Profile - Groups",
            "repository_filename": "",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-userprofiletranslations/en/?format=api",
            "file_url": "https://l10n.xwiki.org/api/screenshots/36/file/?format=api",
            "units": [
                "https://l10n.xwiki.org/api/units/195945/?format=api",
                "https://l10n.xwiki.org/api/units/195947/?format=api",
                "https://l10n.xwiki.org/api/units/195946/?format=api"
            ],
            "url": "https://l10n.xwiki.org/api/screenshots/36/?format=api"
        }
    ]
}