Translation components API.

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

GET /api/translations/inventaire/client/pa/changes/?format=api&page=57
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2802,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/inventaire/client/pa/changes/?format=api&page=56",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/833496/?format=api",
            "component": "https://weblate.framasoft.org/api/components/inventaire/client/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/inventaire/client/pa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-30T14:46:51.617625Z",
            "action": 59,
            "target": "",
            "id": 567314,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/567314/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/833495/?format=api",
            "component": "https://weblate.framasoft.org/api/components/inventaire/client/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/inventaire/client/pa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-30T14:46:51.617568Z",
            "action": 59,
            "target": "",
            "id": 567313,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/567313/?format=api"
        }
    ]
}