Translation components API.

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

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

{
    "count": 202,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/inventaire/server/de/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/815533/?format=api",
            "component": "https://weblate.framasoft.org/api/components/inventaire/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/inventaire/server/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-29T13:09:47.727541Z",
            "action": 59,
            "target": "Zusammenfassung Deiner Aktivitäten",
            "id": 548494,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/548494/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/815532/?format=api",
            "component": "https://weblate.framasoft.org/api/components/inventaire/server/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/inventaire/server/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-29T13:09:47.727511Z",
            "action": 59,
            "target": "Du hast **%{smart_count}** [laufende Transaktion](%{href}) |||| Du hast **%{smart_count}** [laufende Transaktionen](%{href})",
            "id": 548493,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/548493/?format=api"
        }
    ]
}