Translation components API.

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

GET /api/translations/world-weather/strings/es/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 204,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/world-weather/strings/es/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/4311078/?format=api",
            "component": "https://hosted.weblate.org/api/components/world-weather/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/strings/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-24T19:54:17+02:00",
            "action": 13,
            "target": "",
            "id": 1385074,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/1385074/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/4311079/?format=api",
            "component": "https://hosted.weblate.org/api/components/world-weather/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/strings/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-24T19:54:17+02:00",
            "action": 13,
            "target": "",
            "id": 1385075,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/1385075/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/4311080/?format=api",
            "component": "https://hosted.weblate.org/api/components/world-weather/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/strings/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-24T19:54:17+02:00",
            "action": 13,
            "target": "",
            "id": 1385076,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/1385076/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/world-weather/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/strings/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-13T14:59:57+02:00",
            "action": 0,
            "target": "",
            "id": 1353550,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1353550/?format=api"
        }
    ]
}