Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/25118218/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/impress_remote/ios-localizable/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/impress_remote/ios-localizable/en/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/tjhietala/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/tjhietala/?format=api",
            "timestamp": "2020-05-11T19:23:19.908776Z",
            "action": 3,
            "target": "",
            "id": 870007,
            "action_name": "Comment added",
            "url": "https://translations.documentfoundation.org/api/changes/870007/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/25118220/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/impress_remote/ios-localizable/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/impress_remote/ios-localizable/en/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/tjhietala/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/tjhietala/?format=api",
            "timestamp": "2020-05-11T15:05:03.259959Z",
            "action": 3,
            "target": "",
            "id": 869601,
            "action_name": "Comment added",
            "url": "https://translations.documentfoundation.org/api/changes/869601/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/impress_remote/ios-localizable/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/impress_remote/ios-localizable/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-02-28T11:01:09.638537Z",
            "action": 0,
            "target": "",
            "id": 718738,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/718738/?format=api"
        }
    ]
}