Languages API.

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

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

{
    "total": 2226,
    "total_words": 7137,
    "last_change": "2022-11-03T15:16:38.726589Z",
    "recent_changes": 3,
    "translated": 1713,
    "translated_words": 4916,
    "translated_percent": 76.9,
    "translated_words_percent": 68.8,
    "translated_chars": 29842,
    "translated_chars_percent": 68.8,
    "total_chars": 43342,
    "fuzzy": 33,
    "fuzzy_percent": 1.4,
    "failing": 41,
    "failing_percent": 1.8,
    "name": "Swedish",
    "url": "https://weblate.linphone.org/languages/sv/"
}