Translation components API.

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

GET /api/components/desktop/glossary/changes/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 553,
    "next": null,
    "previous": "https://l10n.elementary.io/api/components/desktop/glossary/changes/?format=api&page=11",
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3213477/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/id/?format=api",
            "user": "https://l10n.elementary.io/api/users/waldyrious/?format=api",
            "author": null,
            "timestamp": "2017-04-04T10:44:08.595634Z",
            "action": 5,
            "target": "reiniciar",
            "id": 7408,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/7408/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213476/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/id/?format=api",
            "user": "https://l10n.elementary.io/api/users/waldyrious/?format=api",
            "author": null,
            "timestamp": "2017-04-04T10:39:39.601896Z",
            "action": 5,
            "target": "aplicações",
            "id": 7406,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/7406/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213474/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/id/?format=api",
            "user": "https://l10n.elementary.io/api/users/waldyrious/?format=api",
            "author": null,
            "timestamp": "2017-04-04T10:39:28.106890Z",
            "action": 5,
            "target": "aplicação",
            "id": 7405,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/7405/?format=api"
        }
    ]
}