Translation components API.

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

GET /api/translations/yast-ncurses-pkg/master/gl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 248,
    "total_words": 2239,
    "total_chars": 15972,
    "last_change": "2022-01-18T01:30:14.921386Z",
    "recent_changes": 0,
    "translated": 176,
    "translated_words": 555,
    "translated_percent": 70.9,
    "translated_words_percent": 24.7,
    "translated_chars": 3982,
    "translated_chars_percent": 24.9,
    "fuzzy": 51,
    "fuzzy_percent": 20.5,
    "fuzzy_words": 1212,
    "fuzzy_words_percent": 54.1,
    "fuzzy_chars": 8734,
    "fuzzy_chars_percent": 54.6,
    "failing": 11,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 21,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/yast-ncurses-pkg/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-ncurses-pkg/master/gl/"
}