Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/75729718/?format=api",
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/ar/?format=api",
            "user": "https://hosted.weblate.org/api/users/nazmsheko11/?format=api",
            "author": "https://hosted.weblate.org/api/users/nazmsheko11/?format=api",
            "timestamp": "2022-04-27T04:10:28.742309+02:00",
            "action": 31,
            "target": "12341234",
            "id": 23918403,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/23918403/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/ar/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-06-11T23:21:10.026381+02:00",
            "action": 0,
            "target": "",
            "id": 11074364,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11074364/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/ar/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-05-19T00:29:53.974382+02:00",
            "action": 0,
            "target": "",
            "id": 10666791,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10666791/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-01T01:41:06.815657+02:00",
            "action": 0,
            "target": "",
            "id": 10347740,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10347740/?format=api"
        }
    ]
}