Translation components API.

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

GET /api/translations/uh/the-unknown/de/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/uh/the-unknown/de/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-11T10:31:39+02:00",
            "action": 0,
            "target": "",
            "id": 4528,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4528/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T11:29:20+02:00",
            "action": 0,
            "target": "",
            "id": 4165,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4165/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-06T11:38:25+02:00",
            "action": 0,
            "target": "",
            "id": 3624,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3624/?format=api"
        }
    ]
}