Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/254663/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_goblinslayer/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/nijel/?format=api",
            "author": "https://hosted.weblate.org/api/users/nijel/?format=api",
            "timestamp": "2015-03-09T09:48:22+01:00",
            "action": 2,
            "target": "Si",
            "id": 222042,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/222042/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_goblinslayer/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:45+01:00",
            "action": 0,
            "target": "",
            "id": 26909,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26909/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_goblinslayer/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:29+01:00",
            "action": 0,
            "target": "",
            "id": 26853,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26853/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_goblinslayer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_goblinslayer/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:13+02:00",
            "action": 0,
            "target": "",
            "id": 4330,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4330/?format=api"
        }
    ]
}