Languages API.

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

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

{
    "total": 24057,
    "total_words": 150604,
    "total_chars": 958133,
    "last_change": "2024-04-27T02:49:41.887498Z",
    "recent_changes": 46,
    "translated": 3638,
    "translated_words": 6632,
    "translated_percent": 15.1,
    "translated_words_percent": 4.4,
    "translated_chars": 42019,
    "translated_chars_percent": 4.3,
    "fuzzy": 602,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 1449,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 9823,
    "fuzzy_chars_percent": 1.0,
    "failing": 155,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 65,
    "readonly_chars_percent": 0.1,
    "suggestions": 586,
    "comments": 0,
    "name": "Irish",
    "url": "https://translate.fedoraproject.org/languages/ga/"
}