Translation components API.

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

GET /api/translations/navdy/alelec_navdy_client-rawnavigation_prefixes/tr/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://weblate.alelec.net/api/components/navdy/alelec_navdy_client-rawnavigation_prefixes/?format=api",
            "translation": "https://weblate.alelec.net/api/translations/navdy/alelec_navdy_client-rawnavigation_prefixes/tr/?format=api",
            "dictionary": null,
            "user": 2,
            "author": 2,
            "timestamp": "2019-09-18T07:23:58.957827Z",
            "action": 0,
            "target": "",
            "id": 8887,
            "action_name": "Resource update",
            "url": "https://weblate.alelec.net/api/changes/8887/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.alelec.net/api/components/navdy/alelec_navdy_client-rawnavigation_prefixes/?format=api",
            "translation": "https://weblate.alelec.net/api/translations/navdy/alelec_navdy_client-rawnavigation_prefixes/tr/?format=api",
            "dictionary": null,
            "user": 2,
            "author": 2,
            "timestamp": "2019-09-18T07:23:58.992700Z",
            "action": 44,
            "target": "",
            "id": 8888,
            "action_name": "New string to translate",
            "url": "https://weblate.alelec.net/api/changes/8888/?format=api"
        }
    ]
}