Translation components API.

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

GET /api/translations/turris/glossary/de/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/turris/glossary/de/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28881688/?format=api",
            "component": "https://hosted.weblate.org/api/components/turris/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/glossary/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/ssantos/?format=api",
            "author": null,
            "timestamp": "2019-05-03T18:10:34+02:00",
            "action": 5,
            "target": "WLAN",
            "id": 4172458,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/4172458/?format=api"
        }
    ]
}