Translation components API.

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

GET /api/translations/fedora-infra/noggin/my/changes/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 302,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/fedora-infra/noggin/my/changes/?format=api&page=6",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/14638431/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-infra/noggin/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-infra/noggin/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-26T11:28:17.950425Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Could not log in to the IPA server.",
                "old_state": -1
            },
            "id": 11649125,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11649125/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14638430/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-infra/noggin/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-infra/noggin/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-26T11:28:17.949942Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Password expired. Please reset it.",
                "old_state": -1
            },
            "id": 11649124,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11649124/?format=api"
        }
    ]
}