Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/at/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-23T13:06:12.306908Z",
            "action": 17,
            "target": "",
            "id": 685107,
            "action_name": "Modifications envoyées",
            "url": "https://weblate.framasoft.org/api/changes/685107/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/896375/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/at/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-23T12:11:44.258040Z",
            "action": 31,
            "target": "",
            "id": 685103,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/685103/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/896340/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/at/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-23T12:11:44.006881Z",
            "action": 31,
            "target": "",
            "id": 685102,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/685102/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/at/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-23T12:11:40.965545Z",
            "action": 0,
            "target": "",
            "id": 685101,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/685101/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/at/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-23T12:11:40.671149Z",
            "action": 17,
            "target": "",
            "id": 685100,
            "action_name": "Modifications envoyées",
            "url": "https://weblate.framasoft.org/api/changes/685100/?format=api"
        }
    ]
}