Languages API.

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

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

{
    "total": 1460,
    "total_words": 8539,
    "last_change": "2023-10-18T11:49:15.733348Z",
    "recent_changes": 46,
    "translated": 107,
    "translated_words": 541,
    "translated_percent": 7.3,
    "translated_words_percent": 6.3,
    "translated_chars": 3425,
    "translated_chars_percent": 6.4,
    "total_chars": 53454,
    "fuzzy": 6,
    "fuzzy_percent": 0.4,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 24,
    "comments": 0,
    "name": "Hebrew",
    "url": "https://translate.pdfforge.org/languages/he/"
}