Translation components API.

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

GET /api/translations/habitica/rebirth/pl/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 41,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/rebirth/pl/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/197508/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/rebirth/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/rebirth/pl/?format=api",
            "user": "https://translate.habitica.com/api/users/bagtirr/?format=api",
            "author": "https://translate.habitica.com/api/users/bagtirr/?format=api",
            "timestamp": "2023-08-29T12:25:51.929629Z",
            "action": 2,
            "target": "Natychmiastowo odtworzy twoją postać jako Wojownika na 1 poziomie, z równoczesnym zachowaniem osiągnięć, przedmiotów kolekcjonerskich i ekwipunku. Twoje zadania i ich historia będą zachowane, ale zostaną zresetowane do żółtego poziomu. Twoje serie zostaną usunięte z wyjątkiem zadań pochodzących z aktywnych wyzwań oraz planów grupowych. Twoje Złoto, Punkty Doświadczenia, Mana i Umiejętności zostaną usunięte. Wszystkie te efekty zajdą natychmiastowo.",
            "id": 545429,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/545429/?format=api"
        }
    ]
}