Translation components API.

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

GET /api/translations/fluffychat/translations/sl/changes/?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 602,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/fluffychat/translations/sl/changes/?format=api&page=12",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/fluffychat/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/fluffychat/translations/sl/?format=api",
            "user": "https://hosted.weblate.org/api/users/jocjoc22/?format=api",
            "author": "https://hosted.weblate.org/api/users/jocjoc22/?format=api",
            "timestamp": "2021-12-06T17:54:56.323111+01:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "assets/l10n/intl_sl.arb"
            },
            "id": 15210374,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/15210374/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/fluffychat/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/fluffychat/translations/sl/?format=api",
            "user": "https://hosted.weblate.org/api/users/jocjoc22/?format=api",
            "author": "https://hosted.weblate.org/api/users/jocjoc22/?format=api",
            "timestamp": "2021-12-06T17:54:28.650393+01:00",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "sl"
            },
            "id": 15210342,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/15210342/?format=api"
        }
    ]
}