Translation components API.

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

GET /api/translations/opensourcepos/giftcards/es/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 82,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/translations/opensourcepos/giftcards/es/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translate.opensourcepos.org/api/units/232330/?format=api",
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/giftcards/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/giftcards/es/?format=api",
            "user": "https://translate.opensourcepos.org/api/users/ekardian/?format=api",
            "author": "https://translate.opensourcepos.org/api/users/ekardian/?format=api",
            "timestamp": "2024-09-10T08:03:20.866501Z",
            "action": 2,
            "target": "Permitir Descripción Alternativa para todos.",
            "id": 178251,
            "action_name": "Translation changed",
            "url": "https://translate.opensourcepos.org/api/changes/178251/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.opensourcepos.org/api/components/opensourcepos/giftcards/?format=api",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/giftcards/es/?format=api",
            "user": "https://translate.opensourcepos.org/api/users/jekkos/?format=api",
            "author": "https://translate.opensourcepos.org/api/users/jekkos/?format=api",
            "timestamp": "2025-03-28T21:24:38.629514Z",
            "action": 0,
            "target": "",
            "id": 179435,
            "action_name": "Resource update",
            "url": "https://translate.opensourcepos.org/api/changes/179435/?format=api"
        }
    ]
}