Translation components API.

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

GET /api/translations/python-meh/rhel-8/it/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/5534123/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/python-meh/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-meh/rhel-8/it/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2021-09-11T18:02:09.042250Z",
            "action": 4,
            "target": "Più informazioni...",
            "id": 3566117,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/3566117/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/5534122/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/python-meh/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-meh/rhel-8/it/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2020-12-28T20:31:07.774992Z",
            "action": 4,
            "target": "Debug",
            "id": 2818063,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/2818063/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/5534118/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/python-meh/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-meh/rhel-8/it/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2020-12-28T20:31:07.755982Z",
            "action": 4,
            "target": "Segnalare Bug",
            "id": 2818062,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/2818062/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/python-meh/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-meh/rhel-8/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-19T14:30:25.641232Z",
            "action": 0,
            "target": "",
            "id": 1364396,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1364396/?format=api"
        }
    ]
}