Languages API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2022-11-03T15:28:44.367346Z",
    "recent_changes": 3,
    "translated": 666,
    "translated_words": 1777,
    "translated_percent": 59.0,
    "translated_words_percent": 47.5,
    "translated_chars": 10968,
    "translated_chars_percent": 47.9,
    "total_chars": 22880,
    "fuzzy": 42,
    "fuzzy_percent": 3.7,
    "failing": 10,
    "failing_percent": 0.8,
    "name": "Danish",
    "url": "https://weblate.linphone.org/languages/da/"
}