Languages API.

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

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

{
    "total": 762,
    "total_words": 11395,
    "last_change": "2024-01-08T20:20:12.658922Z",
    "recent_changes": 41,
    "translated": 706,
    "translated_words": 10987,
    "translated_percent": 92.6,
    "translated_words_percent": 96.4,
    "translated_chars": 68171,
    "translated_chars_percent": 96.6,
    "total_chars": 70567,
    "fuzzy": 53,
    "fuzzy_percent": 6.9,
    "failing": 45,
    "failing_percent": 5.9,
    "approved": 421,
    "approved_percent": 55.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Interlingua",
    "url": "https://traduk.amikumu.com/languages/ia/"
}