Translation components API.

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

GET /api/translations/turris/turris-diagnostics/fr/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 54,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/turris/turris-diagnostics/fr/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/13888813/?format=api",
            "component": "https://hosted.weblate.org/api/components/turris/turris-diagnostics/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/turris-diagnostics/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Flo/?format=api",
            "author": "https://hosted.weblate.org/api/users/Flo/?format=api",
            "timestamp": "2020-02-25T20:56:53+01:00",
            "action": 5,
            "target": "Exécuter en arrière-plan",
            "id": 5554635,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/5554635/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/turris/turris-diagnostics/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/turris-diagnostics/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/kkoci/?format=api",
            "author": "https://hosted.weblate.org/api/users/kkoci/?format=api",
            "timestamp": "2020-02-24T13:25:26+01:00",
            "action": 0,
            "target": "",
            "id": 5547889,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/5547889/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/turris/turris-diagnostics/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/turris-diagnostics/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-18T04:13:16+02:00",
            "action": 0,
            "target": "",
            "id": 4841190,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4841190/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/turris/turris-diagnostics/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/turris-diagnostics/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-18T04:13:16+02:00",
            "action": 17,
            "target": "",
            "id": 4841191,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/4841191/?format=api"
        }
    ]
}