Translation components API.

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

GET /api/translations/peppercarrot/glossary/jb/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/591611/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/jb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:03.241877Z",
            "action": 31,
            "target": "",
            "id": 253049,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/253049/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/591578/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/jb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:03.123060Z",
            "action": 31,
            "target": "",
            "id": 253018,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/253018/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/jb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:02.063958Z",
            "action": 0,
            "target": "",
            "id": 252974,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/252974/?format=api"
        }
    ]
}