Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.tusky.app/api/units/63593/?format=api",
            "component": "https://weblate.tusky.app/api/components/tusky/glossary/?format=api",
            "translation": "https://weblate.tusky.app/api/translations/tusky/glossary/eo/?format=api",
            "user": "https://weblate.tusky.app/api/users/ariasuni/?format=api",
            "author": null,
            "timestamp": "2019-05-27T01:33:23.991606Z",
            "action": 5,
            "target": "kradvorto",
            "id": 4623,
            "action_name": "Translation added",
            "url": "https://weblate.tusky.app/api/changes/4623/?format=api"
        }
    ]
}