Translation components API.

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

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

{
    "count": 53,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/arandr/translations/sq/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/2059831/?format=api",
            "component": "https://hosted.weblate.org/api/components/arandr/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/arandr/translations/sq/?format=api",
            "user": "https://hosted.weblate.org/api/users/deblenden/?format=api",
            "author": "https://hosted.weblate.org/api/users/deblenden/?format=api",
            "timestamp": "2015-08-21T18:41:58+02:00",
            "action": 5,
            "target": "_Korniza",
            "id": 416848,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/416848/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/arandr/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/arandr/translations/sq/?format=api",
            "user": "https://hosted.weblate.org/api/users/deblenden/?format=api",
            "author": "https://hosted.weblate.org/api/users/deblenden/?format=api",
            "timestamp": "2015-08-21T17:31:34+02:00",
            "action": 0,
            "target": "",
            "id": 416718,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/416718/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/arandr/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/arandr/translations/sq/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-08-21T17:31:28+02:00",
            "action": 17,
            "target": "",
            "id": 416717,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/416717/?format=api"
        }
    ]
}