Languages API.

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

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

{
    "total": 117457,
    "total_words": 524372,
    "total_chars": 3208742,
    "last_change": "2021-01-20T14:40:11.668398Z",
    "recent_changes": 36,
    "translated": 4143,
    "translated_words": 7490,
    "translated_percent": 3.5,
    "translated_words_percent": 1.4,
    "translated_chars": 49100,
    "translated_chars_percent": 1.5,
    "fuzzy": 8337,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 9792,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 64298,
    "fuzzy_chars_percent": 2.0,
    "failing": 141,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Javanese",
    "url": "https://translations.documentfoundation.org/languages/jv/"
}