Translation components API.

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

GET /api/translations/webinterface/formats/fr/units/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/formats/fr/?format=api",
            "source": "Bit separator",
            "previous_source": "",
            "target": "",
            "id_hash": -9063391187907007708,
            "content_hash": 3286149772486667492,
            "location": "",
            "context": "Bit separator",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 396921,
            "web_url": "http://weblate.ucs.ru/translate/webinterface/formats/fr/?checksum=2385dbc0865ab24",
            "url": "http://weblate.ucs.ru/api/units/396921/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/54852/?format=api"
        },
        {
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/formats/fr/?format=api",
            "source": "Decimal separator: (,\\.)",
            "previous_source": "",
            "target": ",",
            "id_hash": -4110563315758486365,
            "content_hash": -9146008881556898766,
            "location": "",
            "context": "Decimal separator: (,\\.)",
            "comment": "",
            "flags": "",
            "fuzzy": true,
            "translated": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "priority": 100,
            "id": 396922,
            "web_url": "http://weblate.ucs.ru/translate/webinterface/formats/fr/?checksum=46f458716976aca3",
            "url": "http://weblate.ucs.ru/api/units/396922/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/54853/?format=api"
        },
        {
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/formats/fr/?format=api",
            "source": "Include a short entry (0\\1)",
            "previous_source": "",
            "target": "0",
            "id_hash": -1612340990757062940,
            "content_hash": 1417758918846907894,
            "location": "",
            "context": "Include a short entry (0\\1)",
            "comment": "",
            "flags": "",
            "fuzzy": true,
            "translated": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "priority": 100,
            "id": 396923,
            "web_url": "http://weblate.ucs.ru/translate/webinterface/formats/fr/?checksum=699fd069551fb6e4",
            "url": "http://weblate.ucs.ru/api/units/396923/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/54854/?format=api"
        },
        {
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/formats/fr/?format=api",
            "source": "(yyyy,yy) - year/MM - month/dd - day/hh - hour/mm - minute/ss - second",
            "previous_source": "",
            "target": "dd.MM.yyyy",
            "id_hash": 929891092519142784,
            "content_hash": -4729477098357090826,
            "location": "",
            "context": "(yyyy,yy) - year/MM - month/dd - day/hh - hour/mm - minute/ss - second",
            "comment": "",
            "flags": "",
            "fuzzy": true,
            "translated": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "priority": 100,
            "id": 396924,
            "web_url": "http://weblate.ucs.ru/translate/webinterface/formats/fr/?checksum=8ce7a30599674580",
            "url": "http://weblate.ucs.ru/api/units/396924/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/54855/?format=api"
        },
        {
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/formats/fr/?format=api",
            "source": "0 - Sunday/1-Monday",
            "previous_source": "",
            "target": "1",
            "id_hash": 1653554736987342518,
            "content_hash": 8541867346215719211,
            "location": "",
            "context": "0 - Sunday/1-Monday",
            "comment": "",
            "flags": "",
            "fuzzy": true,
            "translated": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "priority": 100,
            "id": 396925,
            "web_url": "http://weblate.ucs.ru/translate/webinterface/formats/fr/?checksum=96f29b45bacb86b6",
            "url": "http://weblate.ucs.ru/api/units/396925/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/54856/?format=api"
        }
    ]
}