Translation components API.

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

GET /api/translations/bureaucrat-generics-17-0/generic_team_project/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": "http://weblate.crnd.pro/api/units/573374/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_team_project/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_team_project/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T17:50:27.758905+02:00",
            "action": 13,
            "target": "",
            "id": 186650,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/186650/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/573379/?format=api",
            "component": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_team_project/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-17-0/generic_team_project/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T17:50:27.808243+02:00",
            "action": 13,
            "target": "",
            "id": 186652,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/186652/?format=api"
        }
    ]
}