Translation components API.

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

GET /api/translations/framadate/framadate/bn/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/framadate/framadate/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framadate/framadate/bn/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Vodoyo/?format=api",
            "author": "https://weblate.framasoft.org/api/users/Vodoyo/?format=api",
            "timestamp": "2021-01-07T11:57:14.279714Z",
            "action": 48,
            "target": "",
            "id": 141319,
            "action_name": "Langage ajouté",
            "url": "https://weblate.framasoft.org/api/changes/141319/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framadate/framadate/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framadate/framadate/bn/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Vodoyo/?format=api",
            "author": "https://weblate.framasoft.org/api/users/Vodoyo/?format=api",
            "timestamp": "2021-01-07T11:57:13.739874Z",
            "action": 0,
            "target": "",
            "id": 141316,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/141316/?format=api"
        }
    ]
}