Translation components API.

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

GET /api/translations/documentation/articlespr-guidelines_index/pt_BR/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 451,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/articlespr-guidelines_index/pt_BR/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlespr-guidelines_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespr-guidelines_index/pt_BR/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/ebrandi/?format=api",
            "author": null,
            "timestamp": "2023-04-24T20:39:28.208541Z",
            "action": 17,
            "target": "",
            "id": 519578,
            "action_name": "Committed changes",
            "url": "https://translate-dev.freebsd.org/api/changes/519578/?format=api"
        }
    ]
}