Translation components API.

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

GET /api/translations/yast-timezone_db/glossary/pl/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/12745069/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-timezone_db/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-timezone_db/glossary/pl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ewelinamichalowska/?format=api",
            "author": null,
            "timestamp": "2018-01-30T13:16:38.676241Z",
            "action": 5,
            "target": "wybrać",
            "id": 869512,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/869512/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12745071/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-timezone_db/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-timezone_db/glossary/pl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/ewelinamichalowska/?format=api",
            "author": null,
            "timestamp": "2018-01-30T13:16:48.021437Z",
            "action": 5,
            "target": "zaznaczyć",
            "id": 869514,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/869514/?format=api"
        }
    ]
}