Translation components API.

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

GET /api/translations/yast-rmt/master/de/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 203,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-rmt/master/de/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/10826518/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-rmt/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-rmt/master/de/?format=api",
            "user": "https://l10n.opensuse.org/api/users/franziskaweinberger/?format=api",
            "author": "https://l10n.opensuse.org/api/users/franziskaweinberger/?format=api",
            "timestamp": "2019-03-15T10:15:06.610976Z",
            "action": 5,
            "target": "Das angegebene Passwort ist nicht gültig.",
            "id": 1221638,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1221638/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/10826517/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-rmt/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-rmt/master/de/?format=api",
            "user": "https://l10n.opensuse.org/api/users/franziskaweinberger/?format=api",
            "author": "https://l10n.opensuse.org/api/users/franziskaweinberger/?format=api",
            "timestamp": "2019-03-15T10:14:50.716548Z",
            "action": 5,
            "target": "Geben Sie das Passwort ein.",
            "id": 1221631,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1221631/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-rmt/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-rmt/master/de/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2019-03-14T18:01:32.329648Z",
            "action": 0,
            "target": "",
            "id": 1221197,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1221197/?format=api"
        }
    ]
}