Translation components API.

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

GET /api/translations/asteroidos/flashlight/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": "https://hosted.weblate.org/api/units/58590151/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/mr/?format=api",
            "user": "https://hosted.weblate.org/api/users/josprachi/?format=api",
            "author": "https://hosted.weblate.org/api/users/josprachi/?format=api",
            "timestamp": "2022-03-26T05:30:07.731242+01:00",
            "action": 5,
            "target": "फ्लॅशलाईट",
            "id": 22177234,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/22177234/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/58590151/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/mr/?format=api",
            "user": "https://hosted.weblate.org/api/users/josprachi/?format=api",
            "author": "https://hosted.weblate.org/api/users/josprachi/?format=api",
            "timestamp": "2022-03-26T05:30:07.715649+01:00",
            "action": 45,
            "target": "",
            "id": 22177233,
            "action_name": "Contributor joined",
            "url": "https://hosted.weblate.org/api/changes/22177233/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/mr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-18T20:22:19.685743+01:00",
            "action": 0,
            "target": "",
            "id": 14822124,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/14822124/?format=api"
        }
    ]
}