Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3212206/?format=api",
            "component": "https://l10n.elementary.io/api/components/mail/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/mfe/?format=api",
            "user": "https://l10n.elementary.io/api/users/thepieterdc/?format=api",
            "author": null,
            "timestamp": "2017-07-08T10:46:31.745801Z",
            "action": 5,
            "target": "gebruikersnaam",
            "id": 81855,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/81855/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212204/?format=api",
            "component": "https://l10n.elementary.io/api/components/mail/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/mfe/?format=api",
            "user": "https://l10n.elementary.io/api/users/thepieterdc/?format=api",
            "author": null,
            "timestamp": "2017-07-08T10:41:45.558238Z",
            "action": 5,
            "target": "poort",
            "id": 81823,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/81823/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212202/?format=api",
            "component": "https://l10n.elementary.io/api/components/mail/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/mfe/?format=api",
            "user": "https://l10n.elementary.io/api/users/thepieterdc/?format=api",
            "author": null,
            "timestamp": "2017-07-08T10:41:40.358450Z",
            "action": 5,
            "target": "server",
            "id": 81822,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/81822/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212200/?format=api",
            "component": "https://l10n.elementary.io/api/components/mail/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/mfe/?format=api",
            "user": "https://l10n.elementary.io/api/users/thepieterdc/?format=api",
            "author": null,
            "timestamp": "2017-07-08T10:41:06.406023Z",
            "action": 5,
            "target": "naam",
            "id": 81817,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/81817/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212198/?format=api",
            "component": "https://l10n.elementary.io/api/components/mail/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/mfe/?format=api",
            "user": "https://l10n.elementary.io/api/users/thepieterdc/?format=api",
            "author": null,
            "timestamp": "2017-07-08T10:40:16.759302Z",
            "action": 5,
            "target": "wachtwoord",
            "id": 81812,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/81812/?format=api"
        }
    ]
}