Translation components API.

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

GET /api/translations/plugins/hypothesis/tr/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/730856/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.943552Z",
            "action": 59,
            "target": "Hypothes.is Eklentisi",
            "id": 669041,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669041/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730857/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.943612Z",
            "action": 59,
            "target": "Bu eklenti, Hypothes.is aracılığıyla okuyucular için PDF görünümlerine notlar ve açıklamalar almalarını sağlar.",
            "id": 669042,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669042/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.943652Z",
            "action": 0,
            "target": "",
            "id": 669043,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669043/?format=api"
        }
    ]
}