Translation components API.

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

GET /api/translations/lstu/development/fr/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/lstu/development/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/lstu/development/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-11T14:20:22.314329Z",
            "action": 0,
            "target": "",
            "id": 507313,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/507313/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/lstu/development/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/lstu/development/fr/?format=api",
            "user": "https://weblate.framasoft.org/api/users/luc/?format=api",
            "author": "https://weblate.framasoft.org/api/users/luc/?format=api",
            "timestamp": "2021-04-27T10:28:56.478121Z",
            "action": 0,
            "target": "",
            "id": 181981,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/181981/?format=api"
        }
    ]
}