Translation components API.

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

GET /api/translations/wemawema/homepage/en/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/221446/?format=api",
            "component": "https://weblate.framasoft.org/api/components/wemawema/homepage/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/wemawema/homepage/en/?format=api",
            "user": "https://weblate.framasoft.org/api/users/anonymous/?format=api",
            "author": "https://weblate.framasoft.org/api/users/anonymous/?format=api",
            "timestamp": "2022-07-07T18:23:48.777896Z",
            "action": 4,
            "target": "\tGet the sources",
            "id": 392586,
            "action_name": "Suggestion ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/392586/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/wemawema/homepage/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/wemawema/homepage/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-29T14:22:22.260524Z",
            "action": 0,
            "target": "",
            "id": 173001,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/173001/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/wemawema/homepage/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/wemawema/homepage/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-28T05:55:19.777106Z",
            "action": 0,
            "target": "",
            "id": 22604,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/22604/?format=api"
        }
    ]
}