Languages API.

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

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

{
    "total": 1648,
    "total_words": 6322,
    "last_change": "2023-06-12T16:04:43.583597Z",
    "recent_changes": 1,
    "translated": 1614,
    "translated_words": 6186,
    "translated_percent": 97.9,
    "translated_words_percent": 97.8,
    "translated_chars": 38828,
    "translated_chars_percent": 98.0,
    "total_chars": 39602,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.2,
    "name": "Bulgarian",
    "url": "https://weblate.linphone.org/languages/bg/"
}