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": 1081,
    "total_words": 7144,
    "last_change": "2024-04-23T18:35:55.787294Z",
    "recent_changes": 82,
    "translated": 506,
    "translated_words": 3124,
    "translated_percent": 46.8,
    "translated_words_percent": 43.7,
    "translated_chars": 20784,
    "translated_chars_percent": 44.9,
    "total_chars": 46224,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 53,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 2.6,
    "suggestions": 9,
    "comments": 0,
    "name": "Romanian",
    "url": "https://weblate.rikka.app/languages/ro/"
}