Translation components API.

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

GET /api/translations/lxqt-panel/plugin-colorpicker/en/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://translate.lxqt-project.org/api/units/359690/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-03-20T21:30:31.813751Z",
            "action": 13,
            "target": "",
            "id": 115685,
            "action_name": "New source string",
            "url": "https://translate.lxqt-project.org/api/changes/115685/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/359692/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-colorpicker/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-03-20T21:30:31.851080Z",
            "action": 13,
            "target": "",
            "id": 115686,
            "action_name": "New source string",
            "url": "https://translate.lxqt-project.org/api/changes/115686/?format=api"
        }
    ]
}