Translation components API.

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

GET /api/translations/wingpanel/glossary/fi/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.elementary.io/api/units/3212938/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/fi/?format=api",
            "user": "https://l10n.elementary.io/api/users/mtamas/?format=api",
            "author": null,
            "timestamp": "2018-05-29T11:47:20.132177Z",
            "action": 5,
            "target": "Magánszféra",
            "id": 171406,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/171406/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212937/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/fi/?format=api",
            "user": "https://l10n.elementary.io/api/users/mtamas/?format=api",
            "author": null,
            "timestamp": "2018-05-29T11:22:11.484538Z",
            "action": 5,
            "target": "Energiakezelő",
            "id": 171352,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/171352/?format=api"
        }
    ]
}