Translation components API.

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

GET /api/translations/wingpanel/glossary/en_ZA/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/3212942/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/en_ZA/?format=api",
            "user": "https://l10n.elementary.io/api/users/gre0j/?format=api",
            "author": null,
            "timestamp": "2018-04-01T07:32:10.756297Z",
            "action": 5,
            "target": "Slingshot",
            "id": 142062,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/142062/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212940/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/en_ZA/?format=api",
            "user": "https://l10n.elementary.io/api/users/gre0j/?format=api",
            "author": null,
            "timestamp": "2018-04-01T07:31:46.922997Z",
            "action": 5,
            "target": "AppCenter",
            "id": 142061,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/142061/?format=api"
        }
    ]
}