Translation components API.

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

GET /api/translations/yunohost/glossary/uk/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://translate.yunohost.org/api/units/49962/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/uk/?format=api",
            "user": "https://translate.yunohost.org/api/users/Tymofii-Lytvynenko/?format=api",
            "author": "https://translate.yunohost.org/api/users/Tymofii-Lytvynenko/?format=api",
            "timestamp": "2021-08-27T11:44:59.486780Z",
            "action": 31,
            "target": "Засоби",
            "id": 34933,
            "action_name": "String added",
            "url": "https://translate.yunohost.org/api/changes/34933/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/49960/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/uk/?format=api",
            "user": "https://translate.yunohost.org/api/users/Tymofii-Lytvynenko/?format=api",
            "author": "https://translate.yunohost.org/api/users/Tymofii-Lytvynenko/?format=api",
            "timestamp": "2021-08-27T09:30:35.445789Z",
            "action": 31,
            "target": "типово",
            "id": 34717,
            "action_name": "String added",
            "url": "https://translate.yunohost.org/api/changes/34717/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/49958/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/uk/?format=api",
            "user": "https://translate.yunohost.org/api/users/Tymofii-Lytvynenko/?format=api",
            "author": "https://translate.yunohost.org/api/users/Tymofii-Lytvynenko/?format=api",
            "timestamp": "2021-08-27T07:11:45.500466Z",
            "action": 31,
            "target": "відстежувач похибок",
            "id": 34567,
            "action_name": "String added",
            "url": "https://translate.yunohost.org/api/changes/34567/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-28T22:26:41.047131Z",
            "action": 0,
            "target": "",
            "id": 32109,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/32109/?format=api"
        }
    ]
}