Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/fr/?format=api",
            "source": [
                "Notes"
            ],
            "previous_source": "",
            "target": [
                "Notes"
            ],
            "id_hash": -7475276240671632613,
            "content_hash": 533168872872113562,
            "location": "",
            "context": "notes.app.title",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/186603/?format=api",
            "priority": 100,
            "id": 186605,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/notes-application/fr/?checksum=18427bdd64d9931b",
            "url": "https://l10n.xwiki.org/api/units/186605/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2018-05-11T09:09:15.913800Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/notes-application/fr/?format=api",
            "source": [
                "This application aims to bring together the current documents."
            ],
            "previous_source": "",
            "target": [
                "Cet espace vise à rassembler les documents de travail."
            ],
            "id_hash": 8892036496991715190,
            "content_hash": 6707660367674098708,
            "location": "",
            "context": "notes.app.info",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://l10n.xwiki.org/api/units/186604/?format=api",
            "priority": 100,
            "id": 186606,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/notes-application/fr/?checksum=fb66dc14fcffff76",
            "url": "https://l10n.xwiki.org/api/units/186606/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2018-05-11T09:09:15.939726Z"
        }
    ]
}