Translation components API.

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

GET /api/translations/sumwars/rescue_willard/uk/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/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-01-17T12:23:00+01:00",
            "action": 17,
            "target": "",
            "id": 2422582,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2422582/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/253396/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/uk/?format=api",
            "user": "https://hosted.weblate.org/api/users/putsan/?format=api",
            "author": "https://hosted.weblate.org/api/users/putsan/?format=api",
            "timestamp": "2018-01-16T10:53:04+01:00",
            "action": 2,
            "target": "medMercCamp",
            "id": 2419705,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2419705/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:05+01:00",
            "action": 0,
            "target": "",
            "id": 26793,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26793/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:24+01:00",
            "action": 0,
            "target": "",
            "id": 26681,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26681/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:22:46+02:00",
            "action": 0,
            "target": "",
            "id": 4306,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4306/?format=api"
        }
    ]
}