Translation components API.

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

GET /api/translations/omp/generic-htmlMonographFile/fr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/882340/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:35:14.115345Z",
            "action": 59,
            "target": "Fichier HTML de monographie",
            "id": 928888,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/928888/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/882342/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:35:14.115820Z",
            "action": 59,
            "target": "Ce plugin fournit un support de rendu pour les fichiers HTML de monographie.",
            "id": 928889,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/928889/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:35:14.115876Z",
            "action": 0,
            "target": "",
            "id": 928890,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/928890/?format=api"
        }
    ]
}