Translation components API.

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

GET /api/translations/packages-i18n/p-master/ar/changes/?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1201,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/packages-i18n/p-master/ar/changes/?format=api&page=24",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/7382701/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/p-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/p-master/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-07-26T01:33:51.023052Z",
            "action": 13,
            "target": "",
            "id": 723908,
            "action_name": "Source string added",
            "url": "https://l10n.opensuse.org/api/changes/723908/?format=api"
        }
    ]
}