Translation components API.

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

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

{
    "count": 153,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/translations/xwiki-contrib/polls-application/de/changes/?format=api&page=3",
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/186941/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/polls-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/polls-application/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-11T09:09:31.723766Z",
            "action": 13,
            "target": "",
            "id": 8701,
            "action_name": "Source string added",
            "url": "https://l10n.xwiki.org/api/changes/8701/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/186940/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/polls-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/polls-application/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-11T09:09:31.692946Z",
            "action": 13,
            "target": "",
            "id": 8700,
            "action_name": "Source string added",
            "url": "https://l10n.xwiki.org/api/changes/8700/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/186939/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/polls-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/polls-application/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-11T09:09:31.663735Z",
            "action": 13,
            "target": "",
            "id": 8699,
            "action_name": "Source string added",
            "url": "https://l10n.xwiki.org/api/changes/8699/?format=api"
        }
    ]
}