Translation components API.

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

GET /api/translations/libzypp/glossary/pl/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://l10n.opensuse.org/api/units/12744675/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/pl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Fisiu/?format=api",
            "author": null,
            "timestamp": "2017-11-16T22:29:00.291103Z",
            "action": 5,
            "target": "pakiet",
            "id": 752207,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/752207/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074135/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T15:57:48.511525Z",
            "action": 31,
            "target": "",
            "id": 1987911,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/1987911/?format=api"
        }
    ]
}