Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel/el/?format=api",
            "source": [
                "A super sexy space-saving top panel"
            ],
            "previous_source": "",
            "target": [
                "Ένας πανέμορφος πίνακας που σας εξοικονομεί χώρο στο πάνω μέρος της οθόνης"
            ],
            "id_hash": 7048531203753290675,
            "content_hash": 7048531203753290675,
            "location": "src/Application.vala:184",
            "context": "",
            "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": 6,
            "source_unit": "https://l10n.elementary.io/api/units/2796780/?format=api",
            "priority": 100,
            "id": 2177188,
            "web_url": "https://l10n.elementary.io/translate/wingpanel/wingpanel/el/?checksum=e1d169c8fbf8abb3",
            "url": "https://l10n.elementary.io/api/units/2177188/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2018-06-24T03:10:51.094949Z"
        }
    ]
}