Translation components API.

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

GET /api/translations/cnp3-ebook/protocolslan/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37566/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolslan/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:31.408948+02:00",
            "action": 59,
            "target": "We will use the notation `<R,c,T,p>` to represent a `BPDU` whose `root identifier` is `R`, `cost` is `c` and that was sent from the port `p` of switch `T`.  The construction of the spanning tree depends on an ordering relationship among the `BPDUs`. This ordering relationship could be implemented by the Python function below.",
            "id": 14809,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14809/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolslan/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolslan/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:31.409011+02:00",
            "action": 0,
            "target": "",
            "id": 14810,
            "action_name": "Resource update",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14810/?format=api"
        }
    ]
}