Translation components API.

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

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

{
    "count": 403,
    "next": null,
    "previous": "https://weblate.rikka.app/api/translations/app-ops/app/tr/changes/?format=api&page=20",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/app-ops/app/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/app/tr/?format=api",
            "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "timestamp": "2021-04-07T17:01:56.540334Z",
            "action": 44,
            "target": "",
            "id": 9431,
            "action_name": "New string to translate",
            "url": "https://weblate.rikka.app/api/changes/9431/?format=api"
        },
        {
            "unit": "https://weblate.rikka.app/api/units/12664/?format=api",
            "component": "https://weblate.rikka.app/api/components/app-ops/app/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/app/tr/?format=api",
            "user": "https://weblate.rikka.app/api/users/aijeculate/?format=api",
            "author": "https://weblate.rikka.app/api/users/aijeculate/?format=api",
            "timestamp": "2021-11-02T19:59:20.029407Z",
            "action": 45,
            "target": "",
            "id": 12663,
            "action_name": "New contributor",
            "url": "https://weblate.rikka.app/api/changes/12663/?format=api"
        },
        {
            "unit": "https://weblate.rikka.app/api/units/12664/?format=api",
            "component": "https://weblate.rikka.app/api/components/app-ops/app/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/app/tr/?format=api",
            "user": "https://weblate.rikka.app/api/users/aijeculate/?format=api",
            "author": "https://weblate.rikka.app/api/users/aijeculate/?format=api",
            "timestamp": "2021-11-02T19:59:20.032851Z",
            "action": 7,
            "target": "%s İndir",
            "id": 12664,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.rikka.app/api/changes/12664/?format=api"
        }
    ]
}