Translation components API.

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

GET /api/translations/release-notes-opensuse/glossary/lt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 24,
    "total_words": 28,
    "last_change": "2016-10-18T18:13:58Z",
    "recent_changes": 9,
    "translated": 23,
    "translated_words": 27,
    "translated_percent": 95.8,
    "translated_words_percent": 96.4,
    "translated_chars": 182,
    "translated_chars_percent": 93.8,
    "total_chars": 194,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "lt",
    "name": "Lithuanian",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/glossary/lt/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/glossary/lt/"
}