Languages API.

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

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

{
    "total": 15608,
    "total_words": 116905,
    "total_chars": 849547,
    "last_change": "2024-05-25T17:13:48.674386Z",
    "recent_changes": 15,
    "translated": 839,
    "translated_words": 1120,
    "translated_percent": 5.3,
    "translated_words_percent": 0.9,
    "translated_chars": 13658,
    "translated_chars_percent": 1.6,
    "fuzzy": 104,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 325,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 3102,
    "fuzzy_chars_percent": 0.3,
    "failing": 46,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 672,
    "readonly_percent": 4.3,
    "readonly_words": 726,
    "readonly_words_percent": 0.6,
    "readonly_chars": 11219,
    "readonly_chars_percent": 1.3,
    "suggestions": 4,
    "comments": 0,
    "name": "Persian (Old)",
    "url": "https://hosted.weblate.org/languages/peo/"
}