Translation components API.

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

GET /api/translations/asteroidos/timer/sk/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/sk/?format=api",
            "user": "https://hosted.weblate.org/api/users/florentrevest/?format=api",
            "author": null,
            "timestamp": "2018-05-08T07:06:35+02:00",
            "action": 17,
            "target": "",
            "id": 2764014,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2764014/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/8185096/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/sk/?format=api",
            "user": "https://hosted.weblate.org/api/users/tcs/?format=api",
            "author": "https://hosted.weblate.org/api/users/tcs/?format=api",
            "timestamp": "2018-05-07T09:08:37+02:00",
            "action": 2,
            "target": "Časovač",
            "id": 2761058,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2761058/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/sk/?format=api",
            "user": "https://hosted.weblate.org/api/users/tcs/?format=api",
            "author": "https://hosted.weblate.org/api/users/tcs/?format=api",
            "timestamp": "2018-05-07T08:44:57+02:00",
            "action": 0,
            "target": "",
            "id": 2760935,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2760935/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/sk/?format=api",
            "user": "https://hosted.weblate.org/api/users/tcs/?format=api",
            "author": null,
            "timestamp": "2018-05-07T08:44:52+02:00",
            "action": 17,
            "target": "",
            "id": 2760933,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2760933/?format=api"
        }
    ]
}