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": 50910,
    "total_words": 402310,
    "last_change": "2024-02-22T09:23:41.559534Z",
    "recent_changes": 1139,
    "translated": 34117,
    "translated_words": 199886,
    "translated_percent": 67.0,
    "translated_words_percent": 49.6,
    "translated_chars": 1352709,
    "translated_chars_percent": 44.9,
    "total_chars": 3007226,
    "fuzzy": 2979,
    "fuzzy_percent": 5.8,
    "failing": 2063,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 10,
    "comments": 1,
    "name": "Finnish",
    "url": "https://l10n.opensuse.org/languages/fi/"
}