Languages API.

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

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

{
    "total": 25357,
    "total_words": 162207,
    "total_chars": 1039608,
    "last_change": "2024-04-26T14:08:09.499065Z",
    "recent_changes": 283,
    "translated": 3785,
    "translated_words": 17703,
    "translated_percent": 14.9,
    "translated_words_percent": 10.9,
    "translated_chars": 118645,
    "translated_chars_percent": 11.4,
    "fuzzy": 770,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 5942,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 36562,
    "fuzzy_chars_percent": 3.5,
    "failing": 610,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 126,
    "readonly_percent": 0.4,
    "readonly_words": 141,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1785,
    "readonly_chars_percent": 0.1,
    "suggestions": 79,
    "comments": 0,
    "name": "Faroese",
    "url": "https://hosted.weblate.org/languages/fo/"
}