Languages API.

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

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

{
    "total": 1148233,
    "total_words": 10295540,
    "total_chars": 76582909,
    "last_change": "2024-04-24T00:14:32.813192Z",
    "recent_changes": 24323,
    "translated": 849674,
    "translated_words": 5473088,
    "translated_percent": 73.9,
    "translated_words_percent": 53.1,
    "translated_chars": 36338647,
    "translated_chars_percent": 47.4,
    "fuzzy": 58908,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 904529,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 9032986,
    "fuzzy_chars_percent": 11.7,
    "failing": 48003,
    "failing_percent": 4.1,
    "approved": 21020,
    "approved_percent": 1.8,
    "approved_words": 124358,
    "approved_words_percent": 1.2,
    "approved_chars": 805995,
    "approved_chars_percent": 1.0,
    "readonly": 21312,
    "readonly_percent": 1.8,
    "readonly_words": 114921,
    "readonly_words_percent": 1.1,
    "readonly_chars": 585989,
    "readonly_chars_percent": 0.7,
    "suggestions": 11316,
    "comments": 680,
    "name": "French",
    "url": "https://hosted.weblate.org/languages/fr/"
}