Translation components API.

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

GET /api/translations/dialect/glossary/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://hosted.weblate.org/api/units/103225216/?format=api",
            "component": "https://hosted.weblate.org/api/components/dialect/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/dialect/glossary/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/technopat/?format=api",
            "author": "https://hosted.weblate.org/api/users/technopat/?format=api",
            "timestamp": "2023-08-05T09:41:26.589214+02:00",
            "action": 31,
            "target": "Text-to-speech",
            "id": 63047727,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/63047727/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/103225214/?format=api",
            "component": "https://hosted.weblate.org/api/components/dialect/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/dialect/glossary/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/technopat/?format=api",
            "author": "https://hosted.weblate.org/api/users/technopat/?format=api",
            "timestamp": "2023-08-05T09:40:18.744224+02:00",
            "action": 31,
            "target": "Text-to-speech",
            "id": 63047722,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/63047722/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/34816360/?format=api",
            "component": "https://hosted.weblate.org/api/components/dialect/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/dialect/glossary/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/ronee/?format=api",
            "author": "https://hosted.weblate.org/api/users/ronee/?format=api",
            "timestamp": "2021-06-22T15:17:28.770406+02:00",
            "action": 31,
            "target": "Clipboard",
            "id": 11202255,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/11202255/?format=api"
        }
    ]
}