Translation components API.

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

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

{
    "count": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Privacy Badge A",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/1/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/1/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/1/?format=api"
        },
        {
            "name": "Privacy Badge B",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/2/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/2/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/2/?format=api"
        },
        {
            "name": "Privacy Badge D",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/3/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/4/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/3/?format=api"
        },
        {
            "name": "Privacy Badge E",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/4/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/5/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/4/?format=api"
        },
        {
            "name": "Privacy Badge C",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/5/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/3/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/5/?format=api"
        },
        {
            "name": "Footer - Privacy Policy",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/6/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/13/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/6/?format=api"
        },
        {
            "name": "Privacy Badge No Grade",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/7/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/6/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/7/?format=api"
        },
        {
            "name": "Footer - Header Aboiut",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/8/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/7/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/8/?format=api"
        },
        {
            "name": "Footer About Us",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/9/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/9/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/9/?format=api"
        },
        {
            "name": "Legal Privacy Policy",
            "translation": "https://translate.tosdr.org/api/translations/crispcms/Crisp/en/?format=api",
            "file_url": "https://translate.tosdr.org/api/screenshots/11/file/?format=api",
            "units": [
                "https://translate.tosdr.org/api/units/131/?format=api"
            ],
            "url": "https://translate.tosdr.org/api/screenshots/11/?format=api"
        }
    ]
}