Translation components API.

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

GET /api/translations/uh/the-unknown/frp/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/frp/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-01-01T16:48:16+01:00",
            "action": 0,
            "target": "",
            "id": 1513382,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1513382/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/frp/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-08-26T04:44:50+02:00",
            "action": 0,
            "target": "",
            "id": 1262357,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1262357/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/frp/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-08-05T15:24:53+02:00",
            "action": 0,
            "target": "",
            "id": 1206197,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1206197/?format=api"
        }
    ]
}