Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/9630100/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-neurofedora/masterantorayml/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-neurofedora/masterantorayml/fr/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2022-03-10T21:17:00.937082Z",
            "action": 4,
            "target": "modules/ROOT/nav.adoc",
            "id": 4492739,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/4492739/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-neurofedora/masterantorayml/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-neurofedora/masterantorayml/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-04T22:11:50.955691Z",
            "action": 0,
            "target": "",
            "id": 4145675,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/4145675/?format=api"
        }
    ]
}