Translation components API.

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

GET /api/translations/habitica/inventory/sv/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 25,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/inventory/sv/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/159670/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/inventory/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/inventory/sv/?format=api",
            "user": "https://translate.habitica.com/api/users/deleted-500/?format=api",
            "author": "https://translate.habitica.com/api/users/deleted-500/?format=api",
            "timestamp": "2021-06-16T19:01:35.049526Z",
            "action": 2,
            "target": "Låst föremål",
            "id": 258087,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/258087/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/inventory/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/inventory/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-17T00:49:04.762583Z",
            "action": 17,
            "target": "",
            "id": 258265,
            "action_name": "Committed changes",
            "url": "https://translate.habitica.com/api/changes/258265/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/inventory/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/inventory/sv/?format=api",
            "user": "https://translate.habitica.com/api/users/SabreCat/?format=api",
            "author": "https://translate.habitica.com/api/users/SabreCat/?format=api",
            "timestamp": "2022-02-14T21:46:26.165888Z",
            "action": 0,
            "target": "",
            "id": 309694,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/309694/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/inventory/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/inventory/sv/?format=api",
            "user": "https://translate.habitica.com/api/users/phillip/?format=api",
            "author": "https://translate.habitica.com/api/users/phillip/?format=api",
            "timestamp": "2023-05-09T15:39:26.210889Z",
            "action": 0,
            "target": "",
            "id": 429090,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/429090/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/inventory/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/inventory/sv/?format=api",
            "user": "https://translate.habitica.com/api/users/saraolson/?format=api",
            "author": "https://translate.habitica.com/api/users/saraolson/?format=api",
            "timestamp": "2023-06-02T15:57:53.341625Z",
            "action": 0,
            "target": "",
            "id": 479924,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/479924/?format=api"
        }
    ]
}