Translation components API.

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

GET /api/translations/efn/privacy4kids/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://hosted.weblate.org/api/units/14921639/?format=api",
            "component": "https://hosted.weblate.org/api/components/efn/privacy4kids/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/efn/privacy4kids/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2020-06-17T10:41:41.474460+02:00",
            "action": 3,
            "target": "",
            "id": 6450771,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/6450771/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14921639/?format=api",
            "component": "https://hosted.weblate.org/api/components/efn/privacy4kids/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/efn/privacy4kids/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2020-06-17T10:41:04.663554+02:00",
            "action": 3,
            "target": "",
            "id": 6450768,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/6450768/?format=api"
        }
    ]
}