Translation components API.

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

GET /api/components/xwiki-contrib/ruby-macro/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 55,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/components/xwiki-contrib/ruby-macro/changes/?format=api",
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/560555/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ruby-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ruby-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-10T10:31:54.418045Z",
            "action": 59,
            "target": "the ruby script to execute",
            "id": 370283,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/370283/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/560554/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ruby-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ruby-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-10T10:31:54.417992Z",
            "action": 59,
            "target": "Execute a ruby script.",
            "id": 370282,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/370282/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/560553/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ruby-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ruby-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-10T10:31:54.417883Z",
            "action": 59,
            "target": "Ruby",
            "id": 370281,
            "action_name": "String updated in the repository",
            "url": "https://l10n.xwiki.org/api/changes/370281/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ruby-macro/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-01-10T10:31:54.186900Z",
            "action": 21,
            "target": "",
            "id": 370280,
            "action_name": "Repository rebased",
            "url": "https://l10n.xwiki.org/api/changes/370280/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ruby-macro/?format=api",
            "translation": null,
            "user": "https://l10n.xwiki.org/api/users/tmortagne/?format=api",
            "author": "https://l10n.xwiki.org/api/users/tmortagne/?format=api",
            "timestamp": "2023-01-10T10:31:53.438492Z",
            "action": 51,
            "target": "",
            "id": 370279,
            "action_name": "Component created",
            "url": "https://l10n.xwiki.org/api/changes/370279/?format=api"
        }
    ]
}