Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.tails.boum.org/api/units/668283/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/news/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/news/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-08T04:20:44.724388Z",
            "action": 13,
            "target": "<input aria-label=\"Email\" name=\"email\" value=\"\"/> <button aria-label=\"Subscribe\" class=\"button\" type=\"submit\">Subscribe</button>",
            "id": 3251701,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3251701/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/628296/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/news/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/news/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-27T19:16:28.129374Z",
            "action": 13,
            "target": "",
            "id": 3128976,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3128976/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/628010/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/news/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/news/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-21T01:15:51.594474Z",
            "action": 13,
            "target": "",
            "id": 3128420,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3128420/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/581670/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/news/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/news/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-08T14:16:36.576517Z",
            "action": 13,
            "target": "",
            "id": 3083300,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3083300/?format=api"
        }
    ]
}