Translation components API.

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

GET /api/translations/mumble-ruby-pluginbot/glossary/bar/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://hosted.weblate.org/api/units/28777205/?format=api",
            "component": "https://hosted.weblate.org/api/components/mumble-ruby-pluginbot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/glossary/bar/?format=api",
            "user": "https://hosted.weblate.org/api/users/babu/?format=api",
            "author": null,
            "timestamp": "2017-05-22T04:05:28+02:00",
            "action": 5,
            "target": "abc",
            "id": 1804839,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/1804839/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28777203/?format=api",
            "component": "https://hosted.weblate.org/api/components/mumble-ruby-pluginbot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/glossary/bar/?format=api",
            "user": "https://hosted.weblate.org/api/users/babu/?format=api",
            "author": null,
            "timestamp": "2017-05-22T04:04:04+02:00",
            "action": 5,
            "target": "abc",
            "id": 1804838,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/1804838/?format=api"
        }
    ]
}