Translation components API.

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

GET /api/translations/packages-i18n/perl-master/it/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T19:47:49.048866Z",
            "action": 0,
            "target": "",
            "id": 2045900,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2045900/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:30.911914Z",
            "action": 0,
            "target": "",
            "id": 2036649,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2036649/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183909/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:30.889379Z",
            "action": 30,
            "target": "perl::ldap Perl module",
            "id": 2036648,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036648/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183908/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:30.882402Z",
            "action": 30,
            "target": "Perl::ldap Perl module",
            "id": 2036647,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036647/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183899/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:30.699027Z",
            "action": 30,
            "target": "This module provides bare bones 'try'/'catch'/'finally' statements that are designed to minimize common mistakes with eval blocks, and NOTHING else.\n\nThis is unlike TryCatch which provides a nice syntax and avoids adding another call stack layer, and supports calling 'return' from the 'try' block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely Devel::Declare and Scope::Upper which are occasionally problematic, and the additional catch filtering uses Moose type constraints which may not be desirable either.\n\nThe main focus of this module is to provide simple and reliable error handling for those having a hard time installing TryCatch, but who still want to write correct 'eval' blocks without 5 lines of boilerplate each time.\n\nIt's designed to work as correctly as possible in light of the various pathological edge cases (see BACKGROUND) and to be compatible with any style of error values (simple strings, references, objects, overloaded objects, etc).\n\nIf the 'try' block dies, it returns the value of the last statement executed in the 'catch' block, if there is one. Otherwise, it returns 'undef' in scalar context or the empty list in list context. The following examples all assign '\"bar\"' to '$x':\n\n  my $x = try { die \"foo\" } catch { \"bar\" };   my $x = try { die \"foo\" } || \"bar\";   my $x = (try { die \"foo\" }) // \"bar\";\n\n  my $x = eval { die \"foo\" } || \"bar\";\n\nYou can add 'finally' blocks, yielding the following:\n\n  my $x;   try { die 'foo' } finally { $x = 'bar' };   try { die 'foo' } catch { warn \"Got a die: $_\" } finally { $x = 'bar' };\n\n'finally' blocks are always executed making them suitable for cleanup code which cannot be handled using local. You can add as many 'finally' blocks to a given 'try' block as you like.\n\nNote that adding a 'finally' block without a preceding 'catch' block suppresses any errors. This behaviour is consistent with using a standalone 'eval', but it is not consistent with 'try'/'finally' patterns found in other programming languages, such as Java, Python, Javascript or C#. If you learned the 'try'/'finally' pattern from one of these languages, watch out for this.",
            "id": 2036646,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036646/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183884/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:30.411195Z",
            "action": 30,
            "target": "*ACHTUNG!* If you're not familiar with Exporter or exporting, read Sub::Exporter::Tutorial first!",
            "id": 2036645,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036645/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183883/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:30.402246Z",
            "action": 30,
            "target": "Sophisticated exporter for custom-built routines",
            "id": 2036644,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036644/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183860/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:30.132295Z",
            "action": 30,
            "target": "Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. These interactive features include the ability to specify a time-out and to wait for patterns to appear in the input stream, such as the prompt from a shell. IPv6 support is available when using perl 5.14 or later, see 'family()'.\n\nOther reasons to use this module than strictly with a TELNET port are:\n\n  * You're not familiar with sockets and you want a simple way to make client connections to TCP services.\n\n  * You want to be able to specify your own time-out while connecting, reading, or writing.\n\n  * You're communicating with an interactive program at the other end of some socket or pipe and you want to wait for certain patterns to appear.\n\nHere's an example that prints who's logged-on to a remote host. In addition to a username and password, you must also know the user's shell prompt, which for this example is '\"bash$ \"'\n\n    use Net::Telnet ();     $t = new Net::Telnet (Timeout => 10,                           Prompt => '/bash\\$ $/');     $t->open($host);     $t->login($username, $passwd);     @lines = $t->cmd(\"who\");     print @lines;\n\nSee the *EXAMPLES* section below for more examples.\n\nUsage questions should be directed to the perlmonks.org discussion group. Bugs can be viewed or reported at cpan.org on the Net::Telnet page.",
            "id": 2036643,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036643/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183859/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:30.115744Z",
            "action": 30,
            "target": "Interact with TELNET port or other TCP ports",
            "id": 2036642,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036642/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183851/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:29.989177Z",
            "action": 30,
            "target": "Generate Kwalitee ratings for a distribution",
            "id": 2036641,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036641/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183847/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:29.918713Z",
            "action": 30,
            "target": "Mro::* interface compatibility for Perls < 5.9.5",
            "id": 2036640,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036640/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183825/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:29.505841Z",
            "action": 30,
            "target": "Perl extension for SHA-3",
            "id": 2036639,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036639/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183821/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:29.410013Z",
            "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": 2036638,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036638/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183816/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:29.274331Z",
            "action": 30,
            "target": "This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as AES or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by the *OpenSSL* package.\n\nTo use this module, you will first create a Crypt::CBC cipher object with new(). At the time of cipher creation, you specify an encryption key to use and, optionally, a block encryption algorithm. You will then call the start() method to initialize the encryption or decryption process, crypt() to encrypt or decrypt one or more blocks of data, and lastly finish(), to pad and encrypt the final block. For your convenience, you can call the encrypt() and decrypt() methods to operate on a whole data value at once.",
            "id": 2036637,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036637/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183813/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:29.216012Z",
            "action": 30,
            "target": "Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overridden.\n\nFor example:\n\n  Pere::Ubu->mk_classdata('Suitcase');\n\nwill generate the method Suitcase() in the class Pere::Ubu.\n\nThis new method can be used to get and set a piece of class data.\n\n  Pere::Ubu->Suitcase('Red');   $suitcase = Pere::Ubu->Suitcase;\n\nThe interesting part happens when a class inherits from Pere::Ubu:\n\n  package Raygun;   use base qw(Pere::Ubu);\n\n     $suitcase = Raygun->Suitcase;\n\nRaygun inherits its Suitcase class data from Pere::Ubu.\n\nInheritance of class data works analogous to method inheritance. As long as Raygun does not \"override\" its inherited class data (by using Suitcase() to set a new value) it will continue to use whatever is set in Pere::Ubu and inherit further changes:\n\n     Pere::Ubu->Suitcase('Blue');\n\nHowever, should Raygun decide to set its own Suitcase() it has now \"overridden\" Pere::Ubu and is on its own, just like if it had overridden a method:\n\n     Raygun->Suitcase('Orange');\n\nNow that Raygun has overridden Pere::Ubu further changes by Pere::Ubu no longer effect Raygun.\n\n     Pere::Ubu->Suitcase('Samsonite');",
            "id": 2036636,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036636/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183808/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:29.153024Z",
            "action": 30,
            "target": "Find the differences between two arrays",
            "id": 2036635,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036635/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183789/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:23.478650Z",
            "action": 30,
            "target": "Reads and writes meta information in a wide variety of files, including the maker notes of many digital cameras by various manufacturers such as Canon, Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.",
            "id": 2036634,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036634/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183788/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:23.469384Z",
            "action": 30,
            "target": "Read and write meta information",
            "id": 2036633,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036633/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13183782/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:53:21.528364Z",
            "action": 30,
            "target": "Parse and validate simple name/value option pairs",
            "id": 2036632,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/2036632/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T03:21:02.842169Z",
            "action": 0,
            "target": "",
            "id": 1808796,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1808796/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12804640/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T03:21:02.546327Z",
            "action": 30,
            "target": "Class providing URI query string manipulation",
            "id": 1808795,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/1808795/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12804629/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T03:21:02.121634Z",
            "action": 30,
            "target": "Perl extension for retrieving terminal size (Perl version)",
            "id": 1808794,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/1808794/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12804614/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T03:21:01.474092Z",
            "action": 30,
            "target": "Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses.",
            "id": 1808793,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/1808793/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12804580/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T03:21:00.445593Z",
            "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": 1808792,
            "action_name": "Source string changed",
            "url": "https://l10n.opensuse.org/api/changes/1808792/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-15T06:51:00.936338Z",
            "action": 0,
            "target": "",
            "id": 1727694,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1727694/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-02-13T14:12:52.275586Z",
            "action": 0,
            "target": "",
            "id": 1338616,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1338616/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/LudwigNussel/?format=api",
            "author": "https://l10n.opensuse.org/api/users/LudwigNussel/?format=api",
            "timestamp": "2019-05-06T16:05:28.077635Z",
            "action": 0,
            "target": "",
            "id": 1251832,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1251832/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-30T16:43:08.650622Z",
            "action": 0,
            "target": "",
            "id": 1160350,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1160350/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-04-06T14:26:43.845806Z",
            "action": 0,
            "target": "",
            "id": 1026028,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1026028/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-04-06T14:26:35.346921Z",
            "action": 0,
            "target": "",
            "id": 1026027,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1026027/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-03-21T13:14:12.934449Z",
            "action": 0,
            "target": "",
            "id": 1007202,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1007202/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-07-26T01:26:10.165912Z",
            "action": 0,
            "target": "",
            "id": 723849,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/723849/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-07-26T01:25:59.921032Z",
            "action": 0,
            "target": "",
            "id": 723848,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/723848/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-07-16T13:20:12.131393Z",
            "action": 0,
            "target": "",
            "id": 709797,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/709797/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2017-02-27T11:54:07Z",
            "action": 9,
            "target": "",
            "id": 608124,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/608124/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2017-02-27T11:54:04Z",
            "action": 9,
            "target": "",
            "id": 608120,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/608120/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-02-27T11:53:53Z",
            "action": 17,
            "target": "",
            "id": 608116,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/608116/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2017-02-20T15:28:15Z",
            "action": 9,
            "target": "",
            "id": 604634,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/604634/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2017-02-20T15:28:13Z",
            "action": 9,
            "target": "",
            "id": 604632,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/604632/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-02-20T15:27:53Z",
            "action": 17,
            "target": "",
            "id": 604624,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/604624/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-12-10T01:02:08Z",
            "action": 17,
            "target": "",
            "id": 557284,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/557284/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/3919008/?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/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2016-12-09T22:33:05Z",
            "action": 5,
            "target": "pcapinfo mostra informazioni dettagliate sui dispositivi di rete e sulla libreria Pcap disponibile sull'host corrente.",
            "id": 557262,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/557262/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/3919006/?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/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2016-12-09T22:30:31Z",
            "action": 5,
            "target": "Mostra informazioni dettagliate sui dispositivi di rete",
            "id": 557260,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/557260/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/3919004/?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/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2016-12-09T22:29:51Z",
            "action": 5,
            "target": "Strumento a riga di comando per scaricare pacchetti dalla rete.\n\npcapdump emula le stesse funzioni di base di tcpdump(1) e fornisce un buon esempio d'uso di Net::Pcap.",
            "id": 557258,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/557258/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/3919002/?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/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2016-12-09T22:26:04Z",
            "action": 5,
            "target": "Scarica pacchetti dalla rete",
            "id": 557256,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/557256/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-12-07T20:06:27Z",
            "action": 0,
            "target": "",
            "id": 556174,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/556174/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-12-05T19:49:27Z",
            "action": 17,
            "target": "",
            "id": 554594,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/554594/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2016-12-02T20:08:04Z",
            "action": 9,
            "target": "",
            "id": 551916,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/551916/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-12-02T20:07:52Z",
            "action": 17,
            "target": "",
            "id": 551912,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/551912/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-12-01T14:51:34Z",
            "action": 0,
            "target": "",
            "id": 460064,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/460064/?format=api"
        }
    ]
}