Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libpwquality/app/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libpwquality/app/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-19T14:19:59.333243Z",
            "action": 0,
            "target": "",
            "id": 8994194,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/8994194/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libpwquality/app/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libpwquality/app/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-15T19:58:07.848121Z",
            "action": 0,
            "target": "",
            "id": 3481646,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3481646/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/5995514/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/libpwquality/app/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libpwquality/app/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-10-12T14:53:47.002484Z",
            "action": 13,
            "target": "",
            "id": 1998451,
            "action_name": "Source string added",
            "url": "https://translate.fedoraproject.org/api/changes/1998451/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/181903/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/libpwquality/app/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libpwquality/app/en/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/comradekingu/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/comradekingu/?format=api",
            "timestamp": "2020-05-20T01:21:35.947905Z",
            "action": 3,
            "target": "",
            "id": 638800,
            "action_name": "Comment added",
            "url": "https://translate.fedoraproject.org/api/changes/638800/?format=api"
        }
    ]
}