Translation components API.

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

GET /api/translations/videos/glossary/mr/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/3212536/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/mr/?format=api",
            "user": "https://l10n.elementary.io/api/users/josprachi/?format=api",
            "author": null,
            "timestamp": "2019-09-14T14:53:43.999703Z",
            "action": 5,
            "target": "दोष निराकरणे",
            "id": 407042,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/407042/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212534/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/mr/?format=api",
            "user": "https://l10n.elementary.io/api/users/josprachi/?format=api",
            "author": null,
            "timestamp": "2019-09-14T14:53:25.351635Z",
            "action": 5,
            "target": "किरकोळ दोष निराकरणे",
            "id": 407041,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/407041/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212532/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/mr/?format=api",
            "user": "https://l10n.elementary.io/api/users/josprachi/?format=api",
            "author": null,
            "timestamp": "2019-09-14T14:43:09.204222Z",
            "action": 5,
            "target": "भाषांतर अपडेट्स",
            "id": 407033,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/407033/?format=api"
        }
    ]
}