Translation components API.

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

GET /api/translations/framasoft/legals/ja/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/legals/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/legals/ja/?format=api",
            "user": "https://weblate.framasoft.org/api/users/asha/?format=api",
            "author": "https://weblate.framasoft.org/api/users/asha/?format=api",
            "timestamp": "2022-01-18T04:48:39.266754Z",
            "action": 0,
            "target": "",
            "id": 297172,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/297172/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/legals/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/legals/ja/?format=api",
            "user": "https://weblate.framasoft.org/api/users/asha/?format=api",
            "author": "https://weblate.framasoft.org/api/users/asha/?format=api",
            "timestamp": "2022-01-18T04:48:38.910250Z",
            "action": 48,
            "target": "",
            "id": 297171,
            "action_name": "Langage ajouté",
            "url": "https://weblate.framasoft.org/api/changes/297171/?format=api"
        }
    ]
}