Translation components API.

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

GET /api/translations/tusky/glossary/de/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://weblate.tusky.app/api/units/63591/?format=api",
            "component": "https://weblate.tusky.app/api/components/tusky/glossary/?format=api",
            "translation": "https://weblate.tusky.app/api/translations/tusky/glossary/de/?format=api",
            "user": "https://weblate.tusky.app/api/users/dani/?format=api",
            "author": null,
            "timestamp": "2020-01-17T21:27:04.471322Z",
            "action": 5,
            "target": "Beitrag",
            "id": 13694,
            "action_name": "Translation added",
            "url": "https://weblate.tusky.app/api/changes/13694/?format=api"
        },
        {
            "unit": "https://weblate.tusky.app/api/units/63589/?format=api",
            "component": "https://weblate.tusky.app/api/components/tusky/glossary/?format=api",
            "translation": "https://weblate.tusky.app/api/translations/tusky/glossary/de/?format=api",
            "user": "https://weblate.tusky.app/api/users/dani/?format=api",
            "author": null,
            "timestamp": "2020-01-17T21:24:38.204929Z",
            "action": 5,
            "target": "Entwurf",
            "id": 13691,
            "action_name": "Translation added",
            "url": "https://weblate.tusky.app/api/changes/13691/?format=api"
        }
    ]
}