Translation components API.

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

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

{
    "total": 2481,
    "total_words": 42838,
    "last_change": "2020-03-04T14:36:36.234590Z",
    "recent_changes": 16,
    "translated": 15,
    "translated_words": 199,
    "translated_percent": 0.6,
    "translated_words_percent": 0.4,
    "translated_chars": 1487,
    "translated_chars_percent": 0.4,
    "total_chars": 318359,
    "fuzzy": 1395,
    "fuzzy_percent": 56.2,
    "failing": 622,
    "failing_percent": 25.0,
    "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/ghc-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/ghc-master/cs/"
}