Translation components API.

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

GET /api/translations/registrationNotification/locale-keys/de/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/739889/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:33:35.584524Z",
            "action": 59,
            "target": "Plugin für Registrierungsbenachrichtigung",
            "id": 679643,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/679643/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/739890/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:33:35.584586Z",
            "action": 59,
            "target": "Sendet eine E-Mail-Benachrichtigung an eine konfigurierbare Liste von E-Mail-Adressen, wenn ein neuer Benutzer registriert wird.",
            "id": 679644,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/679644/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/739891/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:33:35.584625Z",
            "action": 59,
            "target": "Sendet eine E-Mail-Benachrichtigung an eine konfigurierbare Liste von E-Mail-Adressen, wenn ein neuer Benutzer registriert wird. <strong>Siehe das README-Dokument dieses Plugins für Installationsanweisungen.</strong>",
            "id": 679645,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/679645/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:33:35.584661Z",
            "action": 0,
            "target": "",
            "id": 679646,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/679646/?format=api"
        }
    ]
}