Translation components API.

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

GET /api/translations/jclic/jclicjs/es/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/jclic/jclicjs/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/jclic/jclicjs/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-04-10T12:41:58+02:00",
            "action": 17,
            "target": "",
            "id": 2663110,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2663110/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/3843578/?format=api",
            "component": "https://hosted.weblate.org/api/components/jclic/jclicjs/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/jclic/jclicjs/es/?format=api",
            "user": "https://hosted.weblate.org/api/users/toniem/?format=api",
            "author": "https://hosted.weblate.org/api/users/toniem/?format=api",
            "timestamp": "2018-04-09T12:19:21+02:00",
            "action": 2,
            "target": "Los datos se han copiado en formato HTML. Puedes pegarlos en una hoja de cálculo o en un editor de texto enriquecido",
            "id": 2657274,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2657274/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/jclic/jclicjs/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/jclic/jclicjs/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-07-20T11:12:54+02:00",
            "action": 0,
            "target": "",
            "id": 1125699,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1125699/?format=api"
        }
    ]
}