Translation components API.

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

GET /api/translations/tails/wikisrcdocfirst_stepsstart-po/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://translate.tails.boum.org/api/units/661227/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/wikisrcdocfirst_stepsstart-po/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/wikisrcdocfirst_stepsstart-po/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-21T23:22:15.301482Z",
            "action": 13,
            "target": "- [[Starting Tails on Mac|mac]]",
            "id": 3215179,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3215179/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/661225/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/wikisrcdocfirst_stepsstart-po/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/wikisrcdocfirst_stepsstart-po/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-21T23:22:15.286451Z",
            "action": 13,
            "target": "- [[Starting Tails on PC|pc]]",
            "id": 3215178,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3215178/?format=api"
        }
    ]
}