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": 6728,
    "total_words": 53720,
    "total_chars": 361385,
    "last_change": "2024-04-06T04:20:05.472512Z",
    "recent_changes": 434,
    "translated": 5094,
    "translated_words": 36766,
    "translated_percent": 75.7,
    "translated_words_percent": 68.4,
    "translated_chars": 247818,
    "translated_chars_percent": 68.5,
    "fuzzy": 63,
    "fuzzy_percent": 0.9,
    "failing": 719,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.2,
    "suggestions": 2,
    "comments": 0,
    "name": "Persian",
    "url": "http://translate.pkp.sfu.ca/languages/fa/"
}