Translation components API.

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

GET /api/translations/diyseeds-org-pages/home/pt/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-pages/home/pt/changes/?format=api&page=2",
    "results": [
        {
            "unit": "http://translate.diyseeds.org/api/units/4665/?format=api",
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-pages/home/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/home/pt/?format=api",
            "user": "http://translate.diyseeds.org/api/users/owidmer/?format=api",
            "author": "http://translate.diyseeds.org/api/users/owidmer/?format=api",
            "timestamp": "2023-03-06T23:32:49.364000+01:00",
            "action": 2,
            "target": "sementes camponesas, aprender, tutorial, vídeos, DVD, Semeia",
            "id": 64228,
            "action_name": "Translation changed",
            "url": "http://translate.diyseeds.org/api/changes/64228/?format=api"
        }
    ]
}