Translation components API.

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

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

{
    "total": 48,
    "total_words": 241,
    "total_chars": 1526,
    "last_change": "2019-06-28T02:40:44.305086Z",
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 49,
    "translated_percent": 33.3,
    "translated_words_percent": 20.3,
    "translated_chars": 327,
    "translated_chars_percent": 21.4,
    "fuzzy": 27,
    "fuzzy_percent": 56.2,
    "fuzzy_words": 171,
    "fuzzy_words_percent": 70.9,
    "fuzzy_chars": 1055,
    "fuzzy_chars_percent": 69.1,
    "failing": 7,
    "failing_percent": 14.5,
    "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": 0,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://l10n.opensuse.org/projects/yast-firewall-services/master/en_GB/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-firewall-services/master/en_GB/"
}