Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/logfly/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/logfly/translations/nb_NO/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2019-01-23T15:18:26+01:00",
            "action": 0,
            "target": "",
            "id": 3574192,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3574192/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/logfly/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/logfly/translations/nb_NO/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": null,
            "timestamp": "2019-01-23T15:18:26+01:00",
            "action": 17,
            "target": "",
            "id": 3574193,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/3574193/?format=api"
        }
    ]
}