Translation components API.

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

GET /api/translations/yakforms/glossary/fa/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/yakforms/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/yakforms/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-27T16:39:54.500547Z",
            "action": 0,
            "target": "",
            "id": 722195,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/722195/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/yakforms/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/yakforms/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-27T16:39:54.342907Z",
            "action": 17,
            "target": "",
            "id": 722194,
            "action_name": "Modifications envoyées",
            "url": "https://weblate.framasoft.org/api/changes/722194/?format=api"
        }
    ]
}