Translation components API.

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

GET /api/translations/diyseeds-org-videos/carrot/ru/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 41,
    "next": null,
    "previous": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos/carrot/ru/changes/?format=api&page=2",
    "results": [
        {
            "unit": "http://translate.diyseeds.org/api/units/20202/?format=api",
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-videos/carrot/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos/carrot/ru/?format=api",
            "user": "http://translate.diyseeds.org/api/users/ozubyk/?format=api",
            "author": "http://translate.diyseeds.org/api/users/ozubyk/?format=api",
            "timestamp": "2022-02-08T09:42:55.463091+01:00",
            "action": 2,
            "target": "Выращивание собственных семян моркови: видео объяснения",
            "id": 29312,
            "action_name": "Translation changed",
            "url": "http://translate.diyseeds.org/api/changes/29312/?format=api"
        }
    ]
}