Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.tusky.app/api/units/63612/?format=api",
            "component": "https://weblate.tusky.app/api/components/tusky/glossary/?format=api",
            "translation": "https://weblate.tusky.app/api/translations/tusky/glossary/eu/?format=api",
            "user": "https://weblate.tusky.app/api/users/deleted-51/?format=api",
            "author": null,
            "timestamp": "2019-11-10T18:33:35.623342Z",
            "action": 5,
            "target": "galdeketa",
            "id": 11806,
            "action_name": "Translation added",
            "url": "https://weblate.tusky.app/api/changes/11806/?format=api"
        },
        {
            "unit": "https://weblate.tusky.app/api/units/63610/?format=api",
            "component": "https://weblate.tusky.app/api/components/tusky/glossary/?format=api",
            "translation": "https://weblate.tusky.app/api/translations/tusky/glossary/eu/?format=api",
            "user": "https://weblate.tusky.app/api/users/deleted-51/?format=api",
            "author": null,
            "timestamp": "2019-11-10T11:36:30.921535Z",
            "action": 5,
            "target": "Eguneratu",
            "id": 11695,
            "action_name": "Translation added",
            "url": "https://weblate.tusky.app/api/changes/11695/?format=api"
        },
        {
            "unit": "https://weblate.tusky.app/api/units/63608/?format=api",
            "component": "https://weblate.tusky.app/api/components/tusky/glossary/?format=api",
            "translation": "https://weblate.tusky.app/api/translations/tusky/glossary/eu/?format=api",
            "user": "https://weblate.tusky.app/api/users/deleted-51/?format=api",
            "author": null,
            "timestamp": "2019-11-10T11:36:08.204916Z",
            "action": 5,
            "target": "Kendu",
            "id": 11693,
            "action_name": "Translation added",
            "url": "https://weblate.tusky.app/api/changes/11693/?format=api"
        },
        {
            "unit": "https://weblate.tusky.app/api/units/63606/?format=api",
            "component": "https://weblate.tusky.app/api/components/tusky/glossary/?format=api",
            "translation": "https://weblate.tusky.app/api/translations/tusky/glossary/eu/?format=api",
            "user": "https://weblate.tusky.app/api/users/deleted-51/?format=api",
            "author": null,
            "timestamp": "2019-11-10T11:21:23.615621Z",
            "action": 5,
            "target": "Traolak",
            "id": 11683,
            "action_name": "Translation added",
            "url": "https://weblate.tusky.app/api/changes/11683/?format=api"
        }
    ]
}