Languages API.

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

GET /api/languages/tp/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2626,
    "total_words": 14540,
    "total_chars": 120409,
    "last_change": "2023-07-02T08:13:43.003759Z",
    "recent_changes": 52,
    "translated": 278,
    "translated_words": 1482,
    "translated_percent": 10.5,
    "translated_words_percent": 10.1,
    "translated_chars": 9951,
    "translated_chars_percent": 8.2,
    "fuzzy": 11,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 285,
    "fuzzy_chars_percent": 0.2,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 6,
    "comments": 1,
    "name": "tp (generated)",
    "url": "https://weblate.framasoft.org/languages/tp/"
}