Languages API.

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

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

{
    "total": 192766,
    "total_words": 1004816,
    "total_chars": 6600257,
    "last_change": "2024-04-30T12:43:56.565989Z",
    "recent_changes": 1062,
    "translated": 121059,
    "translated_words": 560007,
    "translated_percent": 62.8,
    "translated_words_percent": 55.7,
    "translated_chars": 3559478,
    "translated_chars_percent": 53.9,
    "fuzzy": 5275,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 30906,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 215998,
    "fuzzy_chars_percent": 3.2,
    "failing": 9522,
    "failing_percent": 4.9,
    "approved": 1428,
    "approved_percent": 0.7,
    "approved_words": 8998,
    "approved_words_percent": 0.8,
    "approved_chars": 61117,
    "approved_chars_percent": 0.9,
    "readonly": 20299,
    "readonly_percent": 10.5,
    "readonly_words": 44015,
    "readonly_words_percent": 4.3,
    "readonly_chars": 311859,
    "readonly_chars_percent": 4.7,
    "suggestions": 1003,
    "comments": 30,
    "name": "English (United Kingdom)",
    "url": "https://hosted.weblate.org/languages/en_GB/"
}