Languages API.

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

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

{
    "total": 1648,
    "total_words": 6322,
    "last_change": "2023-04-03T06:26:52.000861Z",
    "recent_changes": 43,
    "translated": 863,
    "translated_words": 3166,
    "translated_percent": 52.3,
    "translated_words_percent": 50.0,
    "translated_chars": 20505,
    "translated_chars_percent": 51.7,
    "total_chars": 39602,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Finnish",
    "url": "https://weblate.linphone.org/languages/fi/"
}