Translation components API.

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

GET /api/translations/pulseaudio/paprefs/id/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/9160781/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/pulseaudio/paprefs/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/id/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2021-12-18T18:44:23.760900Z",
            "action": 4,
            "target": "Server Jaringan",
            "old": "",
            "details": {},
            "id": 3799137,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/3799137/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/pulseaudio/paprefs/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2021-12-17T00:00:33.354137Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "id"
            },
            "id": 3794455,
            "action_name": "Language added",
            "url": "https://translate.fedoraproject.org/api/changes/3794455/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/pulseaudio/paprefs/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-12-17T00:00:32.928102Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "po/id.po"
            },
            "id": 3794453,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3794453/?format=api"
        }
    ]
}