Languages API.

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

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

{
    "total": 41830,
    "total_words": 252911,
    "last_change": "2024-04-15T20:17:55.060949Z",
    "recent_changes": 195,
    "translated": 19919,
    "translated_words": 95324,
    "translated_percent": 47.6,
    "translated_words_percent": 37.6,
    "translated_chars": 647906,
    "translated_chars_percent": 37.1,
    "total_chars": 1745666,
    "fuzzy": 9153,
    "fuzzy_percent": 21.8,
    "failing": 3427,
    "failing_percent": 8.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 44,
    "comments": 0,
    "name": "Romanian",
    "url": "https://l10n.opensuse.org/languages/ro/"
}