Languages API.

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

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

{
    "total": 1648,
    "total_words": 6322,
    "last_change": "2021-09-28T13:05:24.443313Z",
    "recent_changes": 11,
    "translated": 80,
    "translated_words": 120,
    "translated_percent": 4.8,
    "translated_words_percent": 1.8,
    "translated_chars": 2370,
    "translated_chars_percent": 5.9,
    "total_chars": 39602,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Russian (Ukraine)",
    "url": "https://weblate.linphone.org/languages/ru_UA/"
}