Translation components API.

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

GET /api/translations/joinmobilizon/home/fr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/joinmobilizon/home/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/joinmobilizon/home/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-03T07:45:09.278581Z",
            "action": 0,
            "target": "",
            "id": 224734,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/224734/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/397284/?format=api",
            "component": "https://weblate.framasoft.org/api/components/joinmobilizon/home/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/joinmobilizon/home/fr/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Vodoyo/?format=api",
            "author": "https://weblate.framasoft.org/api/users/Vodoyo/?format=api",
            "timestamp": "2021-05-01T13:30:26.766295Z",
            "action": 3,
            "target": "",
            "id": 182724,
            "action_name": "Commentaire ajouté",
            "url": "https://weblate.framasoft.org/api/changes/182724/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/joinmobilizon/home/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/joinmobilizon/home/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-10-29T08:58:44.153585Z",
            "action": 0,
            "target": "",
            "id": 115377,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/115377/?format=api"
        }
    ]
}