Languages API.

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

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

{
    "total": 19551,
    "total_words": 167067,
    "total_chars": 1040736,
    "last_change": "2024-03-13T14:10:19.476012Z",
    "recent_changes": 2286,
    "translated": 15012,
    "translated_words": 125889,
    "translated_percent": 76.7,
    "translated_words_percent": 75.3,
    "translated_chars": 784659,
    "translated_chars_percent": 75.3,
    "fuzzy": 16,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 768,
    "fuzzy_chars_percent": 0.1,
    "failing": 935,
    "failing_percent": 4.7,
    "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": 0,
    "comments": 0,
    "name": "Persian",
    "url": "http://translate.otrs.com/languages/fa/"
}