Translation components API.

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

GET /api/translations/ojs/generic-htmlArticleGalley/fr_CA/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": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-htmlArticleGalley/fr_CA/?format=api",
            "source": [
                "HTML Article Galley"
            ],
            "previous_source": "",
            "target": [
                "Mise en page pour HTML"
            ],
            "id_hash": 8592153714971963608,
            "content_hash": 2806805635795196177,
            "location": "",
            "context": "plugins.generic.htmlArticleGalley.displayName",
            "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": 3,
            "source_unit": "http://translate.pkp.sfu.ca/api/units/405478/?format=api",
            "priority": 100,
            "id": 9980,
            "web_url": "http://translate.pkp.sfu.ca/translate/ojs/generic-htmlArticleGalley/fr_CA/?checksum=f73d7647d474f0d8",
            "url": "http://translate.pkp.sfu.ca/api/units/9980/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-11-19T11:43:51.343129Z"
        },
        {
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-htmlArticleGalley/fr_CA/?format=api",
            "source": [
                "This plugin provides rendering support for HTML Article Galleys."
            ],
            "previous_source": "",
            "target": [
                "Ce plugiciel permet l'édition sous format HTML de la mise en page d'article."
            ],
            "id_hash": -5729678152100765630,
            "content_hash": -3850049159561322239,
            "location": "",
            "context": "plugins.generic.htmlArticleGalley.description",
            "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": "http://translate.pkp.sfu.ca/api/units/405479/?format=api",
            "priority": 100,
            "id": 9981,
            "web_url": "http://translate.pkp.sfu.ca/translate/ojs/generic-htmlArticleGalley/fr_CA/?checksum=307c1813eab7a042",
            "url": "http://translate.pkp.sfu.ca/api/units/9981/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-11-19T11:43:51.361618Z"
        }
    ]
}