Translation components API.

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

GET /api/translations/asteroidos/flashlight/ar/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/58590127/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/ar/?format=api",
            "user": "https://hosted.weblate.org/api/users/rex07/?format=api",
            "author": "https://hosted.weblate.org/api/users/rex07/?format=api",
            "timestamp": "2021-12-23T14:36:26.713751+01:00",
            "action": 5,
            "target": "ضوء المصباح",
            "id": 15455076,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/15455076/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/58590127/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/ar/?format=api",
            "user": "https://hosted.weblate.org/api/users/rex07/?format=api",
            "author": "https://hosted.weblate.org/api/users/rex07/?format=api",
            "timestamp": "2021-12-23T14:36:26.702860+01:00",
            "action": 45,
            "target": "",
            "id": 15455075,
            "action_name": "Contributor joined",
            "url": "https://hosted.weblate.org/api/changes/15455075/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-18T20:22:15.943124+01:00",
            "action": 0,
            "target": "",
            "id": 14822099,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/14822099/?format=api"
        }
    ]
}