Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-council/masterpartialshistorical_warning/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-council/masterpartialshistorical_warning/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-15T22:01:27.640205Z",
            "action": 0,
            "target": "",
            "id": 9212312,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/9212312/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12426831/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-council/masterpartialshistorical_warning/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-council/masterpartialshistorical_warning/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-15T22:01:27.640122Z",
            "action": 59,
            "target": "This page preserves a document from Fedora's past.  It may not (and probably _does not_)  reflect current policy or Fedora Project practices.",
            "id": 9212311,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/9212311/?format=api"
        }
    ]
}