Translation components API.

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

GET /api/translations/packages-i18n/j-master/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1051,
    "total_words": 19495,
    "last_change": null,
    "recent_changes": 0,
    "translated": 26,
    "translated_words": 395,
    "translated_percent": 2.4,
    "translated_words_percent": 2.0,
    "translated_chars": 2557,
    "translated_chars_percent": 1.9,
    "total_chars": 127958,
    "fuzzy": 345,
    "fuzzy_percent": 32.8,
    "failing": 90,
    "failing_percent": 8.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/j-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/j-master/cs/"
}