Translation components API.

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

GET /api/translations/freebsd-doc/articles_problem-reports/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_problem-reports/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_problem-reports/en/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
            "timestamp": "2020-10-18T14:50:26.066394Z",
            "action": 0,
            "target": "",
            "id": 83486,
            "action_name": "Aggiornamento risorsa",
            "url": "https://translate-dev.freebsd.org/api/changes/83486/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_problem-reports/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_problem-reports/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T23:09:34.466361Z",
            "action": 0,
            "target": "",
            "id": 336629,
            "action_name": "Aggiornamento risorsa",
            "url": "https://translate-dev.freebsd.org/api/changes/336629/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_problem-reports/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_problem-reports/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T23:37:03.872417Z",
            "action": 0,
            "target": "",
            "id": 337895,
            "action_name": "Aggiornamento risorsa",
            "url": "https://translate-dev.freebsd.org/api/changes/337895/?format=api"
        }
    ]
}