Translation components API.

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

GET /api/translations/world-weather/settings/ps/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/world-weather/settings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/settings/ps/?format=api",
            "user": "https://hosted.weblate.org/api/users/wraknumay/?format=api",
            "author": "https://hosted.weblate.org/api/users/wraknumay/?format=api",
            "timestamp": "2020-07-26T11:11:14.029520+02:00",
            "action": 48,
            "target": "",
            "id": 6837832,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/6837832/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/world-weather/settings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/settings/ps/?format=api",
            "user": "https://hosted.weblate.org/api/users/wraknumay/?format=api",
            "author": "https://hosted.weblate.org/api/users/wraknumay/?format=api",
            "timestamp": "2020-07-26T11:11:13.610063+02:00",
            "action": 0,
            "target": "",
            "id": 6837830,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/6837830/?format=api"
        }
    ]
}