Languages API.

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

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

{
    "total": 7249,
    "total_words": 24350,
    "total_chars": 159486,
    "last_change": "2024-04-24T15:33:08.431621Z",
    "recent_changes": 1,
    "translated": 107,
    "translated_words": 252,
    "translated_percent": 1.4,
    "translated_words_percent": 1.0,
    "translated_chars": 1631,
    "translated_chars_percent": 1.0,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 46,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "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": 23,
    "readonly_percent": 0.3,
    "readonly_words": 23,
    "readonly_words_percent": 0.1,
    "readonly_chars": 194,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Neapolitan",
    "url": "https://hosted.weblate.org/languages/nap/"
}