Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/92918/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/marcoseither/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/marcoseither/?format=api",
    "timestamp": "2023-02-25T09:01:39.317068Z",
    "action": 2,
    "target": "Du erhältst diese E-Mail, weil du dich mit einem Wiederherstellungscode anstelle eines Authentifizierungscodes bei deinem Konto angemeldet hast. $t(2FA.CodesRemaining, {\"count\": {{codesCount}} })",
    "old": "Sie erhalten diese E-Mail, weil Sie sich mit Ihren Wiederherstellungscodes anstelle von Authentifizierungscodes bei Ihrem Konto angemeldet haben. $t(2FA.CodesRemaining, {\"count\": {{codesCount}} })",
    "details": {
        "state": 20,
        "source": "You are receiving this email because you logged into your account using your recovery codes instead of authenticator codes. $t(2FA.CodesRemaining, {\"count\": {{codesCount}} })",
        "old_state": 10
    },
    "id": 250599,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/250599/?format=api"
}