Translation components API.

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

GET /api/translations/asteroidos/timer/fr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/florentrevest/?format=api",
            "author": "https://hosted.weblate.org/api/users/florentrevest/?format=api",
            "timestamp": "2017-11-25T01:41:47+01:00",
            "action": 0,
            "target": "",
            "id": 2252140,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2252140/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-05-14T19:45:42+02:00",
            "action": 0,
            "target": "",
            "id": 1789292,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1789292/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/timer/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/timer/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-03-30T13:38:50+02:00",
            "action": 0,
            "target": "",
            "id": 1700896,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1700896/?format=api"
        }
    ]
}