Translation components API.

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

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

{
    "count": 252,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/peppercarrot/website/es/changes/?format=api&page=5",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/721548/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/website/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/website/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-30T09:34:56.599494Z",
            "action": 59,
            "target": "Espectador",
            "id": 374327,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/374327/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/721547/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/website/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/website/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-30T09:34:56.599417Z",
            "action": 59,
            "target": "%1$s por %2$s",
            "id": 374326,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/374326/?format=api"
        }
    ]
}