Translation components API.

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

GET /api/translations/omp/generic-dublinCoreMeta/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/886172/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-dublinCoreMeta/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-dublinCoreMeta/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:41:46.854402Z",
            "action": 59,
            "target": "Plugin d’indexation Dublin Core",
            "id": 933306,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/933306/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/886173/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-dublinCoreMeta/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-dublinCoreMeta/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:41:46.854473Z",
            "action": 59,
            "target": "Ce module intègre les balises meta Dublin Core dans les monographies à des fins d’indexation.",
            "id": 933307,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/933307/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-dublinCoreMeta/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-dublinCoreMeta/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:41:46.854500Z",
            "action": 0,
            "target": "",
            "id": 933308,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/933308/?format=api"
        }
    ]
}