Translation components API.

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

GET /api/translations/cinemafv5/app-legacy/zh_Hant_HK/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/?format=api",
            "translation": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/zh_Hant_HK/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-06-27T22:16:22.459792Z",
            "action": 0,
            "target": "",
            "id": 2314,
            "action_name": "Resource update",
            "url": "https://localization.fgae.de/api/changes/2314/?format=api"
        },
        {
            "unit": null,
            "component": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/?format=api",
            "translation": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/zh_Hant_HK/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-06-27T22:16:24.038924Z",
            "action": 44,
            "target": "",
            "id": 2359,
            "action_name": "New string to translate",
            "url": "https://localization.fgae.de/api/changes/2359/?format=api"
        },
        {
            "unit": "https://localization.fgae.de/api/units/30675/?format=api",
            "component": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/?format=api",
            "translation": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/zh_Hant_HK/?format=api",
            "dictionary": null,
            "user": 297,
            "author": 297,
            "timestamp": "2022-08-26T08:35:01.857143Z",
            "action": 30,
            "target": "Meter",
            "id": 15310,
            "action_name": "Source string changed",
            "url": "https://localization.fgae.de/api/changes/15310/?format=api"
        }
    ]
}