Translation components API.

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

GET /api/translations/easyssh/extra/fj/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/easyssh/extra/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/easyssh/extra/fj/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-18T16:20:10.302473+01:00",
            "action": 0,
            "target": "",
            "id": 14819203,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/14819203/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/easyssh/extra/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/easyssh/extra/fj/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-23T12:01:48+02:00",
            "action": 0,
            "target": "",
            "id": 4437667,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4437667/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/easyssh/extra/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/easyssh/extra/fj/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-28T13:39:41+01:00",
            "action": 0,
            "target": "",
            "id": 3613177,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3613177/?format=api"
        }
    ]
}