Units API.

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

GET /api/units/3890808/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
    "source": [
        "This module provides a way for XS code that hijacks OP 'op_ppaddr' functions to delegate to (or restore) the previous functions, whether assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check.\n\n'B::Hooks::OP::Annotation' makes its types and functions available to XS code by means of ExtUtils::Depends. Modules that wish to use these exports in their XS code should 'use B::OP::Hooks::Annotation' in the Perl module that loads the XS, and include something like the following in their Makefile.PL:\n\n    use ExtUtils::MakeMaker;     use ExtUtils::Depends;\n\n    our %XS_PREREQUISITES = (         'B::Hooks::OP::Annotation' => '0.44',         'B::Hooks::OP::Check'      => '0.15',     );\n\n    our %XS_DEPENDENCIES = ExtUtils::Depends->new(         'Your::XS::Module',          keys(%XS_PREREQUISITES)     )->get_makefile_vars();\n\n    WriteMakefile(         NAME          => 'Your::XS::Module',         VERSION_FROM  => 'lib/Your/XS/Module.pm',         PREREQ_PM => {             'B::Hooks::EndOfScope' => '0.07',             %XS_PREREQUISITES         },         ($ExtUtils::MakeMaker::VERSION >= 6.46 ?             (META_MERGE => {                 configure_requires => {                     'ExtUtils::Depends' => '0.301',                     %XS_PREREQUISITES                 }})             : ()         ),         %XS_DEPENDENCIES,              );"
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -5858839306112201567,
    "content_hash": -5858839306112201567,
    "location": "",
    "context": "",
    "note": "leap/perl-B-Hooks-OP-Annotation/description",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 111,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 140,
    "source_unit": "https://l10n.opensuse.org/api/units/12606571/?format=api",
    "priority": 100,
    "id": 3890808,
    "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=2eb138b14b160ca1",
    "url": "https://l10n.opensuse.org/api/units/3890808/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2016-12-01T14:41:13Z"
}