Translation components API.

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

GET /api/translations/joinpeertube/glossary/vi/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/782623/?format=api",
            "component": "https://weblate.framasoft.org/api/components/joinpeertube/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/joinpeertube/glossary/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-23T12:19:00.226347Z",
            "action": 31,
            "target": "",
            "id": 497262,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/497262/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/748313/?format=api",
            "component": "https://weblate.framasoft.org/api/components/joinpeertube/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/joinpeertube/glossary/vi/?format=api",
            "user": "https://weblate.framasoft.org/api/users/gwenbui913/?format=api",
            "author": "https://weblate.framasoft.org/api/users/gwenbui913/?format=api",
            "timestamp": "2022-10-29T00:47:29.917395Z",
            "action": 31,
            "target": "liên thực thể",
            "id": 441757,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/441757/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/joinpeertube/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/joinpeertube/glossary/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-26T05:13:01.061928Z",
            "action": 0,
            "target": "",
            "id": 440105,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/440105/?format=api"
        }
    ]
}