Translation components API.

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

GET /api/translations/documentation/booksporters-handbookporting-why_index/ko/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookporting-why_index/ko/?format=api",
            "source": [
                "Why port a program to the FreeBSD Ports Collection"
            ],
            "previous_source": "",
            "target": [
                "FreeBSD Ports 모음에 프로그램을 포팅해야 하는 이유"
            ],
            "id_hash": 3671538158621486605,
            "content_hash": 3671538158621486605,
            "location": "documentation/content/en/books/porters-handbook/porting-why/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: description",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1177320/?format=api",
            "priority": 100,
            "id": 1465926,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookporting-why_index/ko/?checksum=b2f3ec80abecee0d",
            "url": "https://translate-dev.freebsd.org/api/units/1465926/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-06T23:25:16.022000Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookporting-why_index/ko/?format=api",
            "source": [
                "Chapter 1. Introduction"
            ],
            "previous_source": "",
            "target": [
                "1장. 소개"
            ],
            "id_hash": 998837802022301428,
            "content_hash": 998837802022301428,
            "location": "documentation/content/en/books/porters-handbook/porting-why/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: title",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1146684/?format=api",
            "priority": 100,
            "id": 1465927,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookporting-why_index/ko/?checksum=8ddc95b059c56ef4",
            "url": "https://translate-dev.freebsd.org/api/units/1465927/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-06T23:25:16.026015Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookporting-why_index/ko/?format=api",
            "source": [
                "Introduction"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5330140601372690748,
            "content_hash": 5330140601372690748,
            "location": "documentation/content/en/books/porters-handbook/porting-why/_index.adoc:13",
            "context": "",
            "note": "type: Title =",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1146686/?format=api",
            "priority": 100,
            "id": 1465928,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookporting-why_index/ko/?checksum=c9f876a2fbb4c93c",
            "url": "https://translate-dev.freebsd.org/api/units/1465928/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-06T23:25:16.076142Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookporting-why_index/ko/?format=api",
            "source": [
                "The FreeBSD Ports Collection is the way almost everyone installs applications (\"ports\") on FreeBSD.  Like everything else about FreeBSD, it is primarily a volunteer effort.  It is important to keep this in mind when reading this document."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5349237334811285404,
            "content_hash": 5349237334811285404,
            "location": "documentation/content/en/books/porters-handbook/porting-why/_index.adoc:53",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1239588/?format=api",
            "priority": 100,
            "id": 1465929,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookporting-why_index/ko/?checksum=ca3c4f03b8af179c",
            "url": "https://translate-dev.freebsd.org/api/units/1465929/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-06T23:25:16.080081Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksporters-handbookporting-why_index/ko/?format=api",
            "source": [
                "In FreeBSD, anyone may submit a new port, or volunteer to maintain an existing unmaintained port.  No special commit privilege is needed."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7350248449530267431,
            "content_hash": 7350248449530267431,
            "location": "documentation/content/en/books/porters-handbook/porting-why/_index.adoc:55",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1239590/?format=api",
            "priority": 100,
            "id": 1465930,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookporting-why_index/ko/?checksum=e6015405851e0727",
            "url": "https://translate-dev.freebsd.org/api/units/1465930/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-06T23:25:16.085284Z"
        }
    ]
}