Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/922836/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T23:26:41.946346Z",
            "action": 59,
            "target": "Bloc \"Faire une soumission\"",
            "id": 972643,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/972643/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/922837/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T23:26:41.946414Z",
            "action": 59,
            "target": "Ce module crée dans une colonne un bloc \"Faire une soumission\" avec un hyperlien.",
            "id": 972644,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/972644/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/922838/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T23:26:41.946449Z",
            "action": 59,
            "target": "Faire une soumission",
            "id": 972645,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/972645/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T23:26:41.946478Z",
            "action": 0,
            "target": "",
            "id": 972646,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/972646/?format=api"
        }
    ]
}