Translation components API.

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

GET /api/translations/libo_ui-master/librelogosourcepythonpath/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": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/librelogosourcepythonpath/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/librelogosourcepythonpath/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-20T06:23:46.305322Z",
            "action": 0,
            "target": "",
            "id": 1648554,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/1648554/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/25534984/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/librelogosourcepythonpath/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/librelogosourcepythonpath/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-06-29T11:50:50.206744Z",
            "action": 13,
            "target": "",
            "id": 1004314,
            "action_name": "Source string added",
            "url": "https://translations.documentfoundation.org/api/changes/1004314/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/24911110/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/librelogosourcepythonpath/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/librelogosourcepythonpath/en/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/Fito/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/Fito/?format=api",
            "timestamp": "2020-03-09T10:01:04.110941Z",
            "action": 3,
            "target": "",
            "id": 744981,
            "action_name": "Comment added",
            "url": "https://translations.documentfoundation.org/api/changes/744981/?format=api"
        }
    ]
}