Translation components API.

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

GET /api/translations/imsettings/master/as/changes/
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.fedoraproject.org/api/components/imsettings/master/",
            "translation": "https://translate.fedoraproject.org/api/translations/imsettings/master/as/",
            "user": null,
            "author": null,
            "timestamp": "2021-11-30T08:23:50.114742Z",
            "action": 0,
            "target": "",
            "id": 3768164,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3768164/"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/6579440/",
            "component": "https://translate.fedoraproject.org/api/components/imsettings/master/",
            "translation": "https://translate.fedoraproject.org/api/translations/imsettings/master/as/",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/",
            "timestamp": "2020-12-30T14:26:48.120753Z",
            "action": 4,
            "target": "ডেস্কটপ",
            "id": 2829145,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/2829145/"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/imsettings/master/",
            "translation": "https://translate.fedoraproject.org/api/translations/imsettings/master/as/",
            "user": null,
            "author": null,
            "timestamp": "2020-12-07T20:52:30.304321Z",
            "action": 0,
            "target": "",
            "id": 2754559,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/2754559/"
        }
    ]
}