Translation components API.

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

GET /api/translations/yakforms/framaforms/es/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/yakforms/framaforms/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/yakforms/framaforms/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-26T15:19:30.533101Z",
            "action": 0,
            "target": "",
            "id": 184487,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/184487/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/yakforms/framaforms/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/yakforms/framaforms/es/?format=api",
            "user": "https://weblate.framasoft.org/api/users/tcit/?format=api",
            "author": "https://weblate.framasoft.org/api/users/tcit/?format=api",
            "timestamp": "2021-05-26T14:57:55.227416Z",
            "action": 0,
            "target": "",
            "id": 184433,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/184433/?format=api"
        }
    ]
}