Changes API.

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

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

{
    "unit": "https://translate.habitica.com/api/units/190234/?format=api",
    "component": "https://translate.habitica.com/api/components/habitica/npc/?format=api",
    "translation": "https://translate.habitica.com/api/translations/habitica/npc/sk/?format=api",
    "user": "https://translate.habitica.com/api/users/Filip84b/?format=api",
    "author": "https://translate.habitica.com/api/users/Filip84b/?format=api",
    "timestamp": "2025-03-23T08:38:43.825248Z",
    "action": 2,
    "target": "Vitaj v stajni! Volám sa Matt, pán šeliem. Vždy keď splníš úlohu, máš náhodnú šancu získať vajíčko alebo liahoxír na liahnutie zvieratiek. Keď si vyliahneš zvieratko, objaví sa tu! Klikni na obrázok zvieratka aby si ho pridal k svojmu avatarovi. Nakŕm ich krmivom, ktoré nájdeš, a vyrastú v majestátne tátoše.",
    "id": 1234893,
    "action_name": "Translation changed",
    "url": "https://translate.habitica.com/api/changes/1234893/?format=api"
}