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": 15227,
    "total_words": 66749,
    "last_change": "2024-04-20T20:23:42.425295Z",
    "recent_changes": 30,
    "translated": 15227,
    "translated_words": 66749,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 412766,
    "translated_chars_percent": 100.0,
    "total_chars": 412766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 480,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Finnish",
    "url": "https://translate.webtrees.net/languages/fi/"
}