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": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "1",
            "repository_filename": "",
            "translation": "http://translate.getmonero.org/api/translations/monero/gui-wallet/en/?format=api",
            "file_url": "http://translate.getmonero.org/api/screenshots/6/file/?format=api",
            "units": [
                "http://translate.getmonero.org/api/units/104039/?format=api"
            ],
            "url": "http://translate.getmonero.org/api/screenshots/6/?format=api"
        }
    ]
}