Translation components API.

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

GET /api/translations/lxqt-panel/panel-modul-name/pa/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/panel-modul-name/pa/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/aalam/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/aalam/?format=api",
            "timestamp": "2023-12-23T14:37:39.447271Z",
            "action": 0,
            "target": "",
            "id": 169839,
            "action_name": "Resource update",
            "url": "https://translate.lxqt-project.org/api/changes/169839/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/panel-modul-name/pa/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/aalam/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/aalam/?format=api",
            "timestamp": "2023-12-23T14:37:41.570552Z",
            "action": 44,
            "target": "",
            "id": 169841,
            "action_name": "New string to translate",
            "url": "https://translate.lxqt-project.org/api/changes/169841/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/panel-modul-name/pa/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/aalam/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/aalam/?format=api",
            "timestamp": "2023-12-23T14:37:41.600712Z",
            "action": 48,
            "target": "",
            "id": 169842,
            "action_name": "Added new language",
            "url": "https://translate.lxqt-project.org/api/changes/169842/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/392890/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/panel-modul-name/pa/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/aalam/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/aalam/?format=api",
            "timestamp": "2023-12-23T19:42:09.569353Z",
            "action": 5,
            "target": "ਪੈਨਲ",
            "id": 170624,
            "action_name": "New translation",
            "url": "https://translate.lxqt-project.org/api/changes/170624/?format=api"
        }
    ]
}