Languages API.

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

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

{
    "total": 73827,
    "total_words": 947944,
    "total_chars": 6596424,
    "last_change": "2024-04-26T19:37:30.223460Z",
    "recent_changes": 436,
    "translated": 31399,
    "translated_words": 198016,
    "translated_percent": 42.5,
    "translated_words_percent": 20.8,
    "translated_chars": 1292831,
    "translated_chars_percent": 19.5,
    "fuzzy": 825,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 5854,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 39672,
    "fuzzy_chars_percent": 0.6,
    "failing": 1004,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 0.1,
    "readonly_words": 43,
    "readonly_words_percent": 0.1,
    "readonly_chars": 643,
    "readonly_chars_percent": 0.1,
    "suggestions": 4040,
    "comments": 0,
    "name": "Friulian",
    "url": "https://translate.fedoraproject.org/languages/fur/"
}