Languages API.

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

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

{
    "total": 60,
    "total_words": 433,
    "total_chars": 2554,
    "last_change": null,
    "recent_changes": 0,
    "translated": 19,
    "translated_words": 126,
    "translated_percent": 31.6,
    "translated_words_percent": 29.0,
    "translated_chars": 672,
    "translated_chars_percent": 26.3,
    "fuzzy": 5,
    "fuzzy_percent": 8.3,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 7.3,
    "fuzzy_chars": 216,
    "fuzzy_chars_percent": 8.4,
    "failing": 1,
    "failing_percent": 1.6,
    "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": 2,
    "comments": 0,
    "name": "Faroese",
    "url": "https://translate.fedoraproject.org/languages/fo/"
}