Translation components API.

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

GET /api/translations/entraide-chatons/about/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/entraide-chatons/about/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/entraide-chatons/about/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-18T18:13:02.501581Z",
            "action": 0,
            "target": "",
            "id": 247660,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/247660/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/entraide-chatons/about/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/entraide-chatons/about/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-28T07:54:15.357459Z",
            "action": 0,
            "target": "",
            "id": 182148,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/182148/?format=api"
        }
    ]
}