Translation components API.

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

GET /api/components/framaspace/glossary/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/framaspace/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framaspace/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-29T19:15:39.373671Z",
            "action": 0,
            "target": "",
            "id": 487650,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/487650/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framaspace/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framaspace/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-24T17:22:26.861100Z",
            "action": 0,
            "target": "",
            "id": 436074,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/436074/?format=api"
        }
    ]
}