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": 4528,
    "total_words": 21895,
    "total_chars": 133140,
    "last_change": "2023-09-14T10:12:13.847641Z",
    "recent_changes": 7,
    "translated": 1203,
    "translated_words": 5477,
    "translated_percent": 26.5,
    "translated_words_percent": 25.0,
    "translated_chars": 33806,
    "translated_chars_percent": 25.3,
    "fuzzy": 3207,
    "fuzzy_percent": 70.8,
    "failing": 3501,
    "failing_percent": 77.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.3,
    "suggestions": 7,
    "comments": 0,
    "name": "Persian",
    "url": "https://l10n.xwiki.org/languages/fa/"
}