Translation components API.

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

GET /api/translations/diet-diary/strings/ko/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/diet-diary/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/diet-diary/strings/ko/?format=api",
            "user": "https://hosted.weblate.org/api/users/gshyuk/?format=api",
            "author": "https://hosted.weblate.org/api/users/gshyuk/?format=api",
            "timestamp": "2020-06-10T07:34:57.223173+02:00",
            "action": 48,
            "target": "",
            "id": 6404803,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/6404803/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/diet-diary/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/diet-diary/strings/ko/?format=api",
            "user": "https://hosted.weblate.org/api/users/gshyuk/?format=api",
            "author": null,
            "timestamp": "2020-06-10T07:34:56.687079+02:00",
            "action": 17,
            "target": "",
            "id": 6404801,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/6404801/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/diet-diary/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/diet-diary/strings/ko/?format=api",
            "user": "https://hosted.weblate.org/api/users/gshyuk/?format=api",
            "author": "https://hosted.weblate.org/api/users/gshyuk/?format=api",
            "timestamp": "2020-06-10T07:34:56.650089+02:00",
            "action": 0,
            "target": "",
            "id": 6404800,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/6404800/?format=api"
        }
    ]
}