Translation components API.

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

GET /api/translations/peertube/server/ru/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 154,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/peertube/server/ru/changes/?format=api&page=3",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/198122/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peertube/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/server/ru/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ustim/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ustim/?format=api",
            "timestamp": "2020-03-14T13:21:24.301909Z",
            "action": 5,
            "target": "Греческий",
            "id": 55896,
            "action_name": "Traduction ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/55896/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/198122/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peertube/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/server/ru/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ustim/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ustim/?format=api",
            "timestamp": "2020-03-14T13:21:24.248064Z",
            "action": 45,
            "target": "",
            "id": 55895,
            "action_name": "Un contributeur à rejoint",
            "url": "https://weblate.framasoft.org/api/changes/55895/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peertube/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/server/ru/?format=api",
            "user": "https://weblate.framasoft.org/api/users/chocobozzz/?format=api",
            "author": "https://weblate.framasoft.org/api/users/chocobozzz/?format=api",
            "timestamp": "2019-11-07T12:49:42.295434Z",
            "action": 0,
            "target": "",
            "id": 14700,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/14700/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peertube/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/server/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-07T12:43:38.019462Z",
            "action": 0,
            "target": "",
            "id": 14668,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/14668/?format=api"
        }
    ]
}