Translation components API.

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

GET /api/translations/framasoft/commons/pt_PT/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://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-30T08:40:33.017784Z",
            "action": 0,
            "target": "",
            "id": 242709,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/242709/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-30T15:05:31.949468Z",
            "action": 0,
            "target": "",
            "id": 207910,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/207910/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-11T07:47:02.700368Z",
            "action": 0,
            "target": "",
            "id": 142524,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/142524/?format=api"
        }
    ]
}