Translation components API.

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

GET /api/translations/pulseaudio/paprefs/ta/changes/?format=api
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/pulseaudio/paprefs/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ta/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yaron/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yaron/?format=api",
            "timestamp": "2021-01-30T22:09:23.556188Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 2951258,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/2951258/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/pulseaudio/paprefs/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ta/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-02-16T08:38:34.725046Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 79644,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/79644/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/pulseaudio/paprefs/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ta/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-02-16T08:38:26.080064Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 79437,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/79437/?format=api"
        }
    ]
}