Translation components API.

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

GET /api/translations/swiftfin/glossary/th/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.jellyfin.org/api/units/1124100/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/th/?format=api",
            "user": "https://translate.jellyfin.org/api/users/tan190/?format=api",
            "author": "https://translate.jellyfin.org/api/users/tan190/?format=api",
            "timestamp": "2024-01-02T09:42:22.702198-05:00",
            "action": 5,
            "target": "เซิร์ฟเวอร์",
            "id": 732288,
            "action_name": "Translation added",
            "url": "https://translate.jellyfin.org/api/changes/732288/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/1124100/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/th/?format=api",
            "user": "https://translate.jellyfin.org/api/users/tan190/?format=api",
            "author": "https://translate.jellyfin.org/api/users/tan190/?format=api",
            "timestamp": "2024-01-02T09:42:22.698181-05:00",
            "action": 45,
            "target": "",
            "id": 732287,
            "action_name": "Contributor joined",
            "url": "https://translate.jellyfin.org/api/changes/732287/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/1124100/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/th/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-02T07:49:33.825477-05:00",
            "action": 31,
            "target": "",
            "id": 731863,
            "action_name": "String added",
            "url": "https://translate.jellyfin.org/api/changes/731863/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/th/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-02T07:49:32.014623-05:00",
            "action": 0,
            "target": "",
            "id": 731861,
            "action_name": "Resource updated",
            "url": "https://translate.jellyfin.org/api/changes/731861/?format=api"
        }
    ]
}