Translation components API.

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

GET /api/translations/peppercarrot/glossary/eo/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/591590/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:03.163071Z",
            "action": 31,
            "target": "",
            "id": 253028,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/253028/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/591557/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:02.987673Z",
            "action": 31,
            "target": "",
            "id": 252997,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/252997/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:01.832493Z",
            "action": 0,
            "target": "",
            "id": 252966,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/252966/?format=api"
        }
    ]
}