Changes API.

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

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

{
    "unit": "https://l10n.opensuse.org/api/units/12806973/?format=api",
    "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
    "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/uk/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-05-13T03:24:31.483004Z",
    "action": 30,
    "target": "HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104.\n\nHMAC follow the common 'Digest::' interface, but the constructor takes the secret key and the name of some other simple 'Digest::' as argument.\n\nThe hmac() and hmac_hex() functions and the Digest::HMAC->new() constructor takes an optional $blocksize argument as well. The HMAC algorithm assumes the digester to hash by iterating a basic compression function on blocks of data and the $blocksize should match the byte-length of such blocks.\n\nThe default $blocksize is 64 which is suitable for the MD5 and SHA-1 digest functions. For stronger algorithms the blocksize probably needs to be increased.",
    "id": 1809068,
    "action_name": "Source string changed",
    "url": "https://l10n.opensuse.org/api/changes/1809068/?format=api"
}