Translation components API.

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

GET /api/translations/libpwquality/app/or/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/or/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-19T14:20:02.066494Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "content changed",
                "filename": "po/or.po"
            },
            "id": 8994227,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/8994227/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libpwquality/app/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libpwquality/app/or/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-15T19:58:10.656933Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 3481678,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3481678/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libpwquality/app/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libpwquality/app/or/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/tmraz/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/tmraz/?format=api",
            "timestamp": "2020-10-12T14:54:07.337513Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 1998482,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1998482/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libpwquality/app/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libpwquality/app/or/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-03T11:30:15.347211Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 16519,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/16519/?format=api"
        }
    ]
}