Translation components API.

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

GET /api/components/blurify/glossary/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 54,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/blurify/glossary/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/blurify/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/glossary/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-14T08:19:26.826299+02:00",
            "action": 17,
            "target": "",
            "id": 68378690,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/68378690/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/blurify/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-14T08:19:26.682325+02:00",
            "action": 17,
            "target": "",
            "id": 68378689,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/68378689/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28720950/?format=api",
            "component": "https://hosted.weblate.org/api/components/blurify/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/glossary/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/ali-demirtas/?format=api",
            "author": null,
            "timestamp": "2019-02-04T11:56:53+01:00",
            "action": 5,
            "target": "Blurify",
            "id": 3644628,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3644628/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28720952/?format=api",
            "component": "https://hosted.weblate.org/api/components/blurify/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/glossary/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/sweetlion/?format=api",
            "author": null,
            "timestamp": "2015-10-12T17:52:45+02:00",
            "action": 5,
            "target": "Bild",
            "id": 534966,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/534966/?format=api"
        }
    ]
}