Translation components API.

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

GET /api/translations/tails/wikisrcdocreset-po/en/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://translate.tails.boum.org/api/units/661614/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/wikisrcdocreset-po/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/wikisrcdocreset-po/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-21T23:22:31.057044Z",
            "action": 13,
            "target": "- [[Instructions for macOS|reset/mac]]",
            "id": 3215785,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3215785/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/661612/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/wikisrcdocreset-po/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/wikisrcdocreset-po/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-21T23:22:31.041955Z",
            "action": 13,
            "target": "- [[Instructions for Windows|reset/windows]]",
            "id": 3215784,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3215784/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/661610/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/wikisrcdocreset-po/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/wikisrcdocreset-po/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-21T23:22:31.025243Z",
            "action": 13,
            "target": "- [[Instructions for Linux with GNOME: Ubuntu, Debian, Tails, etc.|reset/linux]]",
            "id": 3215783,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3215783/?format=api"
        }
    ]
}