Translation components API.

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

GET /api/translations/trm/definitions/fr/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 25,
    "next": null,
    "previous": "https://weblate.duniter.org/api/translations/trm/definitions/fr/changes/?format=api",
    "results": [
        {
            "unit": "https://weblate.duniter.org/api/units/5442/?format=api",
            "component": "https://weblate.duniter.org/api/components/trm/definitions/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/trm/definitions/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T13:10:18.238213Z",
            "action": 13,
            "target": "",
            "id": 7279,
            "action_name": "New source string",
            "url": "https://weblate.duniter.org/api/changes/7279/?format=api"
        },
        {
            "unit": "https://weblate.duniter.org/api/units/5444/?format=api",
            "component": "https://weblate.duniter.org/api/components/trm/definitions/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/trm/definitions/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T13:10:18.281226Z",
            "action": 13,
            "target": "",
            "id": 7280,
            "action_name": "New source string",
            "url": "https://weblate.duniter.org/api/changes/7280/?format=api"
        },
        {
            "unit": "https://weblate.duniter.org/api/units/5446/?format=api",
            "component": "https://weblate.duniter.org/api/components/trm/definitions/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/trm/definitions/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T13:10:18.329229Z",
            "action": 13,
            "target": "",
            "id": 7281,
            "action_name": "New source string",
            "url": "https://weblate.duniter.org/api/changes/7281/?format=api"
        },
        {
            "unit": "https://weblate.duniter.org/api/units/5451/?format=api",
            "component": "https://weblate.duniter.org/api/components/trm/definitions/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/trm/definitions/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T13:10:18.372071Z",
            "action": 13,
            "target": "",
            "id": 7282,
            "action_name": "New source string",
            "url": "https://weblate.duniter.org/api/changes/7282/?format=api"
        },
        {
            "unit": "https://weblate.duniter.org/api/units/5461/?format=api",
            "component": "https://weblate.duniter.org/api/components/trm/definitions/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/trm/definitions/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-01T13:10:18.404908Z",
            "action": 13,
            "target": "",
            "id": 7283,
            "action_name": "New source string",
            "url": "https://weblate.duniter.org/api/changes/7283/?format=api"
        }
    ]
}