Translation components API.

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

GET /api/translations/registrationNotification/locale-keys/tr/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/739913/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/registrationNotification/locale-keys/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/registrationNotification/locale-keys/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:33:36.557781Z",
            "action": 59,
            "target": "Yeni Kullanıcı Kaydı Bildirim Eklentisi",
            "id": 679679,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/679679/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/739914/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/registrationNotification/locale-keys/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/registrationNotification/locale-keys/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:33:36.557844Z",
            "action": 59,
            "target": "Bu eklenti yeni bir kullanıcı kaydolduğunda belirtilen bir e-posta listesine e-posta bildirimi gönderir.",
            "id": 679680,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/679680/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/739915/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/registrationNotification/locale-keys/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/registrationNotification/locale-keys/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:33:36.557883Z",
            "action": 59,
            "target": "Bu eklenti yeni bir kullanıcı kaydolduğunda belirtilen bir e-posta listesine e-posta bildirimi gönderir. <strong>Eklenti kurulum ve ayar talimatları için README belgesine bakın.</strong>",
            "id": 679681,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/679681/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/registrationNotification/locale-keys/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/registrationNotification/locale-keys/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:33:36.557918Z",
            "action": 0,
            "target": "",
            "id": 679682,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/679682/?format=api"
        }
    ]
}