Translation components API.

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

GET /api/translations/app-ops/ops/es/changes/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 302,
    "next": null,
    "previous": "https://weblate.rikka.app/api/translations/app-ops/ops/es/changes/?format=api&page=15",
    "results": [
        {
            "unit": "https://weblate.rikka.app/api/units/7192/?format=api",
            "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/es/?format=api",
            "user": "https://weblate.rikka.app/api/users/peter9811/?format=api",
            "author": "https://weblate.rikka.app/api/users/peter9811/?format=api",
            "timestamp": "2020-08-31T20:14:41.722456Z",
            "action": 36,
            "target": "ejecutar en segundo plano",
            "id": 6851,
            "action_name": "Translation approved",
            "url": "https://weblate.rikka.app/api/changes/6851/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-01T09:01:28.398214Z",
            "action": 17,
            "target": "",
            "id": 7132,
            "action_name": "Committed changes",
            "url": "https://weblate.rikka.app/api/changes/7132/?format=api"
        }
    ]
}