Translation components API.

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

GET /api/translations/impress_remote/ios-settings/fi/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/impress_remote/ios-settings/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/impress_remote/ios-settings/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-12-16T17:57:44.787983Z",
            "action": 0,
            "target": "",
            "id": 499298,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/499298/?format=api"
        }
    ]
}