Translation components API.

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

GET /api/translations/xwiki-platform/glossary/mr/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/translations/xwiki-platform/glossary/mr/changes/?format=api",
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/508036/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/glossary/mr/?format=api",
            "user": "https://l10n.xwiki.org/api/users/josprachi/?format=api",
            "author": null,
            "timestamp": "2019-08-31T17:46:42.476663Z",
            "action": 5,
            "target": "रद्द करा",
            "id": 159551,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/159551/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/508034/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/glossary/mr/?format=api",
            "user": "https://l10n.xwiki.org/api/users/josprachi/?format=api",
            "author": null,
            "timestamp": "2019-08-31T16:54:38.396243Z",
            "action": 5,
            "target": "अयशस्वी:",
            "id": 159408,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/159408/?format=api"
        }
    ]
}