Translation components API.

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

GET /api/translations/release-notes-opensuse/master/fr/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 82,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/fr/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/7684688/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/fr/?format=api",
            "user": "https://l10n.opensuse.org/api/users/JrmeBrichese/?format=api",
            "author": "https://l10n.opensuse.org/api/users/JrmeBrichese/?format=api",
            "timestamp": "2023-04-07T14:00:24.748861Z",
            "action": 2,
            "target": "Guillaume GARDET <guillaume.gardet@opensuse.org>, 2007,2016\nAntoine BELVIRE <antoine.belvire@opensuse.org>, 2015,2019\nSylvain TOSTAIN <locnar@gmx.com>, 2013",
            "id": 2669219,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/2669219/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/7684688/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/fr/?format=api",
            "user": "https://l10n.opensuse.org/api/users/JrmeBrichese/?format=api",
            "author": "https://l10n.opensuse.org/api/users/JrmeBrichese/?format=api",
            "timestamp": "2024-03-12T19:40:42.890264Z",
            "action": 2,
            "target": "Guillaume GARDET <guillaume.gardet@opensuse.org>, 2007-2016\nAntoine BELVIRE <antoine.belvire@opensuse.org>, 2015-2019\nSylvain TOSTAIN <locnar@gmx.com>, 2013",
            "id": 3013163,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/3013163/?format=api"
        }
    ]
}