Languages API.

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

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

{
    "total": 1078,
    "total_words": 5231,
    "total_chars": 31559,
    "last_change": "2023-02-11T22:07:28.375403Z",
    "recent_changes": 61,
    "translated": 58,
    "translated_words": 213,
    "translated_percent": 5.3,
    "translated_words_percent": 4.0,
    "translated_chars": 1220,
    "translated_chars_percent": 3.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 8,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 14,
    "comments": 0,
    "name": "Slovak",
    "url": "https://translate.zoiper.com/languages/sk/"
}