Translation components API.

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

GET /api/translations/sumwars/rob_the_robber/de/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:08+01:00",
            "action": 0,
            "target": "",
            "id": 26807,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26807/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:27+01:00",
            "action": 0,
            "target": "",
            "id": 26695,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26695/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/250028/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/emukis/?format=api",
            "author": "https://hosted.weblate.org/api/users/emukis/?format=api",
            "timestamp": "2013-10-30T15:50:46+01:00",
            "action": 2,
            "target": "Rob der Räuber ist tot",
            "id": 14667,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/14667/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/250015/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/emukis/?format=api",
            "author": "https://hosted.weblate.org/api/users/emukis/?format=api",
            "timestamp": "2013-10-30T15:50:28+01:00",
            "action": 2,
            "target": "Hat anscheinend Unmengen an Glück, der Kerl.",
            "id": 14666,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/14666/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:20:47+02:00",
            "action": 0,
            "target": "",
            "id": 4276,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4276/?format=api"
        }
    ]
}