Translation components API.

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

GET /api/translations/yunohost-apps-test/couchdb/en/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/couchdb/en/?format=api",
            "source": [
                "Couchdb is a database system, where entries are json objects (allowing attachments), and that you can access and synchronize via simple http requests."
            ],
            "previous_source": "",
            "target": [
                "Couchdb is a database system, where entries are json objects (allowing attachments), and that you can access and synchronize via simple http requests."
            ],
            "id_hash": 7591557269805841914,
            "content_hash": 7591557269805841914,
            "location": "src/couchdb/DESCRIPTION.md:2",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate.yunohost.org/api/units/138933/?format=api",
            "priority": 100,
            "id": 138933,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/couchdb/en/?checksum=e95aa11d76cfbdfa",
            "url": "https://translate.yunohost.org/api/units/138933/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:32.005764Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/couchdb/en/?format=api",
            "source": [
                "As explained in wikipedia:\n> Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang.\n"
            ],
            "previous_source": "",
            "target": [
                "As explained in wikipedia:\n> Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang.\n"
            ],
            "id_hash": 4906392439209818064,
            "content_hash": 4906392439209818064,
            "location": "src/couchdb/DESCRIPTION.md:5",
            "context": "",
            "note": "type: Plain text",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate.yunohost.org/api/units/149942/?format=api",
            "priority": 100,
            "id": 149942,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/couchdb/en/?checksum=c41701eda3c377d0",
            "url": "https://translate.yunohost.org/api/units/149942/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-04-03T22:16:33.303085Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/couchdb/en/?format=api",
            "source": [
                "And as described in the couchdb official website:\n> Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.\n"
            ],
            "previous_source": "",
            "target": [
                "And as described in the couchdb official website:\n> Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.\n"
            ],
            "id_hash": 5760792272628163875,
            "content_hash": 5760792272628163875,
            "location": "src/couchdb/DESCRIPTION.md:7",
            "context": "",
            "note": "type: Plain text",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate.yunohost.org/api/units/149943/?format=api",
            "priority": 100,
            "id": 149943,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/couchdb/en/?checksum=cff2720ccad12523",
            "url": "https://translate.yunohost.org/api/units/149943/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-04-03T22:16:33.323265Z"
        }
    ]
}