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": 1498,
    "total_words": 4527,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1465,
    "translated_words": 4436,
    "translated_percent": 97.7,
    "translated_words_percent": 97.9,
    "translated_chars": 26777,
    "translated_chars_percent": 98.0,
    "total_chars": 27310,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 38,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 116,
    "readonly_percent": 7.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Persian",
    "url": "https://translate.opensourcepos.org/languages/fa/"
}