Changes API.

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

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

{
    "unit": "https://l10n.opensuse.org/api/units/13185295/?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": "2022-02-23T16:55:56.475832Z",
    "action": 30,
    "target": "This module provides a few functions that traverse their argument list and return a string containing Perl code that, when 'eval'ed, produces a deep copy of the original arguments.\n\nThe main feature of the module is that it strives to produce output that is easy to read. Example:\n\n    @a = (1, [2, 3], {4 => 5});     dump(@a);\n\nProduces:\n\n    \"(1, [2, 3], { 4 => 5 })\"\n\nIf you dump just a little data, it is output on a single line. If you dump data that is more complex or there is a lot of it, line breaks are automatically added to keep it easy to read.",
    "id": 2036760,
    "action_name": "Source string changed",
    "url": "https://l10n.opensuse.org/api/changes/2036760/?format=api"
}