Translation components API.

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

GET /api/translations/switchboard/glossary/en_ZA/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.elementary.io/api/units/3212425/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/en_ZA/?format=api",
            "user": "https://l10n.elementary.io/api/users/gre0j/?format=api",
            "author": null,
            "timestamp": "2017-12-31T11:24:48.426789Z",
            "action": 5,
            "target": "Computer",
            "id": 110428,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/110428/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212423/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/en_ZA/?format=api",
            "user": "https://l10n.elementary.io/api/users/gre0j/?format=api",
            "author": null,
            "timestamp": "2017-12-31T11:23:40.264341Z",
            "action": 5,
            "target": "Headset",
            "id": 110426,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/110426/?format=api"
        }
    ]
}