Languages API.

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

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

{
    "total": 675,
    "total_words": 4333,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:04.475784Z",
    "recent_changes": 0,
    "translated": 221,
    "translated_words": 459,
    "translated_percent": 32.7,
    "translated_words_percent": 10.5,
    "translated_chars": 2767,
    "translated_chars_percent": 10.6,
    "fuzzy": 32,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 132,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 792,
    "fuzzy_chars_percent": 3.0,
    "failing": 4,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Frisian",
    "url": "https://weblate.tusky.app/languages/fy/"
}