Translation components API.

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

GET /api/translations/packages-i18n/ghc-master/es/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/packages-i18n/ghc-master/es/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/ghc-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/ghc-master/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T19:10:11.180591Z",
            "action": 0,
            "target": "",
            "id": 2045161,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2045161/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/ghc-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/ghc-master/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T19:13:11.236350Z",
            "action": 44,
            "target": "",
            "id": 2045186,
            "action_name": "New strings to translate",
            "url": "https://l10n.opensuse.org/api/changes/2045186/?format=api"
        }
    ]
}