Translation components API.

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

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

{
    "count": 4,
    "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/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-06-27T22:16:23.273840Z",
            "action": 0,
            "target": "",
            "id": 2316,
            "action_name": "Resource update",
            "url": "https://localization.fgae.de/api/changes/2316/?format=api"
        },
        {
            "unit": "https://localization.fgae.de/api/units/30911/?format=api",
            "component": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/?format=api",
            "translation": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/en/?format=api",
            "dictionary": null,
            "user": 297,
            "author": 297,
            "timestamp": "2022-08-26T08:34:59.608421Z",
            "action": 45,
            "target": "",
            "id": 15267,
            "action_name": "New contributor",
            "url": "https://localization.fgae.de/api/changes/15267/?format=api"
        },
        {
            "unit": "https://localization.fgae.de/api/units/30911/?format=api",
            "component": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/?format=api",
            "translation": "https://localization.fgae.de/api/translations/cinemafv5/app-legacy/en/?format=api",
            "dictionary": null,
            "user": 297,
            "author": 297,
            "timestamp": "2022-08-26T08:34:59.613513Z",
            "action": 2,
            "target": "Meter",
            "id": 15268,
            "action_name": "Translation changed",
            "url": "https://localization.fgae.de/api/changes/15268/?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/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2022-08-27T09:15:22.483456Z",
            "action": 17,
            "target": "",
            "id": 15315,
            "action_name": "Committed changes",
            "url": "https://localization.fgae.de/api/changes/15315/?format=api"
        }
    ]
}