Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peertube/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/server/ug/?format=api",
            "user": "https://weblate.framasoft.org/api/users/polkonic/?format=api",
            "author": "https://weblate.framasoft.org/api/users/polkonic/?format=api",
            "timestamp": "2020-06-02T08:48:24.439863Z",
            "action": 48,
            "target": "",
            "id": 71328,
            "action_name": "Langage ajouté",
            "url": "https://weblate.framasoft.org/api/changes/71328/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peertube/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/server/ug/?format=api",
            "user": "https://weblate.framasoft.org/api/users/polkonic/?format=api",
            "author": null,
            "timestamp": "2020-06-02T08:48:24.095812Z",
            "action": 17,
            "target": "",
            "id": 71326,
            "action_name": "Modifications envoyées",
            "url": "https://weblate.framasoft.org/api/changes/71326/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peertube/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/server/ug/?format=api",
            "user": "https://weblate.framasoft.org/api/users/polkonic/?format=api",
            "author": "https://weblate.framasoft.org/api/users/polkonic/?format=api",
            "timestamp": "2020-06-02T08:48:24.061045Z",
            "action": 0,
            "target": "",
            "id": 71325,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/71325/?format=api"
        }
    ]
}