Translation components API.

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

GET /api/components/hammer/account-settings/screenshots/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 8310,
            "name": "account_settings_00",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/hammer/account-settings/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/8310/file/?format=api",
            "units": [
                "https://hosted.weblate.org/api/units/99560016/?format=api",
                "https://hosted.weblate.org/api/units/99560017/?format=api",
                "https://hosted.weblate.org/api/units/99560022/?format=api",
                "https://hosted.weblate.org/api/units/99560030/?format=api",
                "https://hosted.weblate.org/api/units/99560021/?format=api",
                "https://hosted.weblate.org/api/units/99560029/?format=api",
                "https://hosted.weblate.org/api/units/99560013/?format=api",
                "https://hosted.weblate.org/api/units/99560014/?format=api"
            ],
            "url": "https://hosted.weblate.org/api/screenshots/8310/?format=api"
        },
        {
            "id": 8311,
            "name": "account_settings_01",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/hammer/account-settings/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/8311/file/?format=api",
            "units": [
                "https://hosted.weblate.org/api/units/99560043/?format=api",
                "https://hosted.weblate.org/api/units/99560048/?format=api",
                "https://hosted.weblate.org/api/units/99560049/?format=api",
                "https://hosted.weblate.org/api/units/99560021/?format=api"
            ],
            "url": "https://hosted.weblate.org/api/screenshots/8311/?format=api"
        }
    ]
}