Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2044,
            "name": "Welcome screen",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/readrops/strings/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/2044/file/?format=api",
            "units": [],
            "url": "https://hosted.weblate.org/api/screenshots/2044/?format=api"
        },
        {
            "id": 2045,
            "name": "Settings screen",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/readrops/strings/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/2045/file/?format=api",
            "units": [],
            "url": "https://hosted.weblate.org/api/screenshots/2045/?format=api"
        },
        {
            "id": 2046,
            "name": "Add feed screen",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/readrops/strings/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/2046/file/?format=api",
            "units": [],
            "url": "https://hosted.weblate.org/api/screenshots/2046/?format=api"
        },
        {
            "id": 2047,
            "name": "App drawer",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/readrops/strings/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/2047/file/?format=api",
            "units": [],
            "url": "https://hosted.weblate.org/api/screenshots/2047/?format=api"
        }
    ]
}