Screenshots API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Same",
            "component": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/screenshots/1/file/?format=api",
            "units": [
                "http://i18n.foe-helper.com/api/units/26322/?format=api",
                "http://i18n.foe-helper.com/api/units/26323/?format=api",
                "http://i18n.foe-helper.com/api/units/26326/?format=api",
                "http://i18n.foe-helper.com/api/units/26329/?format=api",
                "http://i18n.foe-helper.com/api/units/26330/?format=api",
                "http://i18n.foe-helper.com/api/units/26331/?format=api",
                "http://i18n.foe-helper.com/api/units/26335/?format=api",
                "http://i18n.foe-helper.com/api/units/26340/?format=api",
                "http://i18n.foe-helper.com/api/units/26344/?format=api",
                "http://i18n.foe-helper.com/api/units/26320/?format=api",
                "http://i18n.foe-helper.com/api/units/26325/?format=api",
                "http://i18n.foe-helper.com/api/units/26332/?format=api",
                "http://i18n.foe-helper.com/api/units/26333/?format=api"
            ],
            "url": "http://i18n.foe-helper.com/api/screenshots/1/?format=api"
        },
        {
            "name": "Choose a player",
            "component": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/screenshots/4/file/?format=api",
            "units": [
                "http://i18n.foe-helper.com/api/units/28294/?format=api",
                "http://i18n.foe-helper.com/api/units/28298/?format=api"
            ],
            "url": "http://i18n.foe-helper.com/api/screenshots/4/?format=api"
        },
        {
            "name": "Notice Content Player Head",
            "component": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/screenshots/5/file/?format=api",
            "units": [
                "http://i18n.foe-helper.com/api/units/28290/?format=api",
                "http://i18n.foe-helper.com/api/units/28289/?format=api"
            ],
            "url": "http://i18n.foe-helper.com/api/screenshots/5/?format=api"
        }
    ]
}