Translation components API.

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

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

{
    "count": 402,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/npc/uk/changes/?format=api&page=20",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3341859/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/npc/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/npc/uk/?format=api",
            "user": "https://translate.habitica.com/api/users/Ell-Wolf/?format=api",
            "author": "https://translate.habitica.com/api/users/Ell-Wolf/?format=api",
            "timestamp": "2025-03-28T09:18:53.011727Z",
            "action": 2,
            "target": "Ви надіслали <strong><%- name %></strong><br> підписку Habitica на <%= months %> місяць(ів), і таку ж підписку було застосовано до вашого акаунту в рамках нашої акції «Подаруйте підписку, отримайте підписку»!",
            "id": 1236890,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1236890/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/3341859/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/npc/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/npc/uk/?format=api",
            "user": "https://translate.habitica.com/api/users/Ell-Wolf/?format=api",
            "author": "https://translate.habitica.com/api/users/Ell-Wolf/?format=api",
            "timestamp": "2025-03-28T09:55:44.804635Z",
            "action": 2,
            "target": "Ви надіслали <strong><%- name %></strong><br> підписку Habitica на <%= months %> місяць(-ів), і таку ж підписку було застосовано до вашого акаунту в рамках нашої акції «Подаруйте підписку, отримайте підписку»!",
            "id": 1236911,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1236911/?format=api"
        }
    ]
}