Translation components API.

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

GET /api/translations/xwiki-contrib/notes-application/de/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-29T03:30:31.532286Z",
            "action": 0,
            "target": "",
            "id": 369199,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/369199/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/524490/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-26T15:51:08.938966Z",
            "action": 5,
            "target": "Notizen",
            "id": 295746,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/295746/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/524491/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-26T15:48:47.069404Z",
            "action": 5,
            "target": "Diese Anwendung zielt darauf ab, die aktuellen Dokumente zusammenzuführen.",
            "id": 295745,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/295745/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-26T15:47:37.914728Z",
            "action": 48,
            "target": "",
            "id": 295743,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/295743/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/notes-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-26T15:47:37.616673Z",
            "action": 0,
            "target": "",
            "id": 295740,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/295740/?format=api"
        }
    ]
}