Languages API.

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

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

{
    "total": 10003,
    "total_words": 73716,
    "total_chars": 514742,
    "last_change": "2024-04-24T12:58:55.500318Z",
    "recent_changes": 594,
    "translated": 6849,
    "translated_words": 37007,
    "translated_percent": 68.4,
    "translated_words_percent": 50.2,
    "translated_chars": 242317,
    "translated_chars_percent": 47.0,
    "fuzzy": 902,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 8257,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 73478,
    "fuzzy_chars_percent": 14.2,
    "failing": 859,
    "failing_percent": 8.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.2,
    "readonly_words": 237,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.4,
    "suggestions": 49,
    "comments": 0,
    "name": "Polish",
    "url": "https://weblate.framasoft.org/languages/pl/"
}