Translation components API.

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

GET /api/translations/asteroidos/timer/hu/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://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-06T15:06:01+01:00",
            "action": 17,
            "target": "",
            "id": 3498743,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/3498743/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/10157459/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/hu/?format=api",
            "user": "https://hosted.weblate.org/api/users/JamBove/?format=api",
            "author": "https://hosted.weblate.org/api/users/JamBove/?format=api",
            "timestamp": "2019-01-05T14:06:03+01:00",
            "action": 5,
            "target": "Időzítő",
            "id": 3494702,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3494702/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/hu/?format=api",
            "user": "https://hosted.weblate.org/api/users/JamBove/?format=api",
            "author": "https://hosted.weblate.org/api/users/JamBove/?format=api",
            "timestamp": "2019-01-05T14:05:23+01:00",
            "action": 0,
            "target": "",
            "id": 3494699,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3494699/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/hu/?format=api",
            "user": "https://hosted.weblate.org/api/users/JamBove/?format=api",
            "author": null,
            "timestamp": "2019-01-05T14:05:23+01:00",
            "action": 17,
            "target": "",
            "id": 3494700,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/3494700/?format=api"
        }
    ]
}