Translation components API.

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

GET /api/translations/peppercarrot/glossary/ca/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/591587/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:03.152717Z",
            "action": 31,
            "target": "",
            "id": 253025,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/253025/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/591554/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:02.935374Z",
            "action": 31,
            "target": "",
            "id": 252994,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/252994/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:01.749074Z",
            "action": 0,
            "target": "",
            "id": 252963,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/252963/?format=api"
        }
    ]
}