Translation components API.

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

GET /api/translations/uh/glossary/zh_Hant/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 103,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/uh/glossary/zh_Hant/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28680467/?format=api",
            "component": "https://hosted.weblate.org/api/components/uh/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/glossary/zh_Hant/?format=api",
            "user": "https://hosted.weblate.org/api/users/boilpoil/?format=api",
            "author": null,
            "timestamp": "2015-12-08T05:25:35+01:00",
            "action": 5,
            "target": "日誌",
            "id": 647155,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/647155/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28680465/?format=api",
            "component": "https://hosted.weblate.org/api/components/uh/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/glossary/zh_Hant/?format=api",
            "user": "https://hosted.weblate.org/api/users/boilpoil/?format=api",
            "author": null,
            "timestamp": "2014-01-17T12:21:37+01:00",
            "action": 5,
            "target": "清單",
            "id": 27345,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/27345/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28680463/?format=api",
            "component": "https://hosted.weblate.org/api/components/uh/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/glossary/zh_Hant/?format=api",
            "user": "https://hosted.weblate.org/api/users/boilpoil/?format=api",
            "author": null,
            "timestamp": "2014-01-17T12:20:59+01:00",
            "action": 5,
            "target": "殖民地",
            "id": 27342,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/27342/?format=api"
        }
    ]
}