Translation components API.

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

GET /api/translations/fedora-docs-l10n-mindshare/antora/it/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/10436952/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-mindshare/antora/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-mindshare/antora/it/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2022-06-06T04:14:30.767305Z",
            "action": 4,
            "target": "Team Mindshare",
            "id": 5072455,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/5072455/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-mindshare/antora/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-mindshare/antora/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-05T12:17:50.500233Z",
            "action": 0,
            "target": "",
            "id": 5071647,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/5071647/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10436952/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-mindshare/antora/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-mindshare/antora/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-05T12:17:50.500096Z",
            "action": 59,
            "target": "",
            "id": 5071646,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/5071646/?format=api"
        }
    ]
}