Translation components API.

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

GET /api/translations/installer/glossary/pt/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3212118/?format=api",
            "component": "https://l10n.elementary.io/api/components/installer/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/installer/glossary/pt/?format=api",
            "user": "https://l10n.elementary.io/api/users/hugok/?format=api",
            "author": null,
            "timestamp": "2019-09-28T18:43:13.417503Z",
            "action": 5,
            "target": "elementary, Inc.",
            "id": 411146,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/411146/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212116/?format=api",
            "component": "https://l10n.elementary.io/api/components/installer/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/installer/glossary/pt/?format=api",
            "user": "https://l10n.elementary.io/api/users/hugok/?format=api",
            "author": null,
            "timestamp": "2019-07-24T17:53:03.788636Z",
            "action": 5,
            "target": "system-os-installer",
            "id": 381729,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/381729/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212114/?format=api",
            "component": "https://l10n.elementary.io/api/components/installer/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/installer/glossary/pt/?format=api",
            "user": "https://l10n.elementary.io/api/users/hugok/?format=api",
            "author": null,
            "timestamp": "2019-07-09T17:05:26.983354Z",
            "action": 5,
            "target": "elementary, Inc.",
            "id": 363163,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/363163/?format=api"
        }
    ]
}