Translation components API.

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

GET /api/translations/packages-i18n/glossary/uk/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/12744762/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/uk/?format=api",
            "user": "https://l10n.opensuse.org/api/users/yaroslavsemchenko/?format=api",
            "author": null,
            "timestamp": "2017-07-09T15:56:40.950546Z",
            "action": 5,
            "target": "Доповнення",
            "id": 694265,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/694265/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12744764/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/uk/?format=api",
            "user": "https://l10n.opensuse.org/api/users/yaroslavsemchenko/?format=api",
            "author": null,
            "timestamp": "2017-07-09T16:08:18.356575Z",
            "action": 5,
            "target": "Втулка",
            "id": 694288,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/694288/?format=api"
        }
    ]
}