Translation components API.

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

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

{
    "total": 369,
    "total_words": 3152,
    "total_chars": 20437,
    "last_change": "2022-02-01T02:50:51.205060Z",
    "recent_changes": 0,
    "translated": 23,
    "translated_words": 49,
    "translated_percent": 6.2,
    "translated_words_percent": 1.5,
    "translated_chars": 358,
    "translated_chars_percent": 1.7,
    "fuzzy": 290,
    "fuzzy_percent": 78.5,
    "fuzzy_words": 2807,
    "fuzzy_words_percent": 89.0,
    "fuzzy_chars": 18243,
    "fuzzy_chars_percent": 89.2,
    "failing": 83,
    "failing_percent": 22.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": 0,
    "comments": 0,
    "code": "wa",
    "name": "Walloon",
    "url": "https://l10n.opensuse.org/projects/yast-dhcp-server/master/wa/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-dhcp-server/master/wa/"
}