Translation components API.

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

GET /api/translations/asteroidos/timer/el/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/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-12-09T10:47:32+01:00",
            "action": 17,
            "target": "",
            "id": 2310354,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2310354/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/7017037/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/el/?format=api",
            "user": "https://hosted.weblate.org/api/users/chriskarasoulis/?format=api",
            "author": "https://hosted.weblate.org/api/users/chriskarasoulis/?format=api",
            "timestamp": "2017-12-08T10:39:54+01:00",
            "action": 2,
            "target": "Αντίστροφη μέτρηση",
            "id": 2307045,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2307045/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/el/?format=api",
            "user": "https://hosted.weblate.org/api/users/chriskarasoulis/?format=api",
            "author": "https://hosted.weblate.org/api/users/chriskarasoulis/?format=api",
            "timestamp": "2017-12-08T10:37:51+01:00",
            "action": 0,
            "target": "",
            "id": 2307044,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2307044/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/el/?format=api",
            "user": "https://hosted.weblate.org/api/users/chriskarasoulis/?format=api",
            "author": null,
            "timestamp": "2017-12-08T10:37:47+01:00",
            "action": 17,
            "target": "",
            "id": 2307042,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2307042/?format=api"
        }
    ]
}