Translation components API.

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

GET /api/translations/what-is-the-fediverse-video/glossary/eo/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/what-is-the-fediverse-video/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/what-is-the-fediverse-video/glossary/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-23T19:12:01.025257Z",
            "action": 0,
            "target": "",
            "id": 778452,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/778452/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/what-is-the-fediverse-video/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/what-is-the-fediverse-video/glossary/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-23T19:12:00.754437Z",
            "action": 17,
            "target": "",
            "id": 778451,
            "action_name": "Modifications envoyées",
            "url": "https://weblate.framasoft.org/api/changes/778451/?format=api"
        }
    ]
}