Translation components API.

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

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

{
    "count": 53,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/world-weather/settings/nl/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/4499448/?format=api",
            "component": "https://hosted.weblate.org/api/components/world-weather/settings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/settings/nl/?format=api",
            "user": "https://hosted.weblate.org/api/users/vistaus/?format=api",
            "author": "https://hosted.weblate.org/api/users/vistaus/?format=api",
            "timestamp": "2017-01-17T12:22:23+01:00",
            "action": 5,
            "target": "Celsius (℃)",
            "id": 1545323,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/1545323/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/world-weather/settings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/settings/nl/?format=api",
            "user": "https://hosted.weblate.org/api/users/vistaus/?format=api",
            "author": "https://hosted.weblate.org/api/users/vistaus/?format=api",
            "timestamp": "2017-01-17T12:22:03+01:00",
            "action": 0,
            "target": "",
            "id": 1545322,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1545322/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/world-weather/settings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/settings/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-01-17T12:21:52+01:00",
            "action": 17,
            "target": "",
            "id": 1545320,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1545320/?format=api"
        }
    ]
}