Translation components API.

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

GET /api/translations/kaidan/translations/mr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kaidan/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kaidan/translations/mr/?format=api",
            "user": "https://hosted.weblate.org/api/users/lnj/?format=api",
            "author": "https://hosted.weblate.org/api/users/lnj/?format=api",
            "timestamp": "2021-04-21T15:45:22.084334+02:00",
            "action": 0,
            "target": "",
            "id": 10222616,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10222616/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kaidan/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kaidan/translations/mr/?format=api",
            "user": "https://hosted.weblate.org/api/users/josprachi/?format=api",
            "author": "https://hosted.weblate.org/api/users/josprachi/?format=api",
            "timestamp": "2020-11-03T19:37:54.665547+01:00",
            "action": 48,
            "target": "",
            "id": 8071168,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/8071168/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kaidan/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kaidan/translations/mr/?format=api",
            "user": "https://hosted.weblate.org/api/users/josprachi/?format=api",
            "author": "https://hosted.weblate.org/api/users/josprachi/?format=api",
            "timestamp": "2020-11-03T19:37:52.086202+01:00",
            "action": 0,
            "target": "",
            "id": 8071166,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/8071166/?format=api"
        }
    ]
}