Languages API.

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

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

{
    "total": 2249,
    "total_words": 8230,
    "total_chars": 50471,
    "last_change": "2023-12-11T14:35:58.971082Z",
    "recent_changes": 27,
    "translated": 879,
    "translated_words": 2663,
    "translated_percent": 39.0,
    "translated_words_percent": 32.3,
    "translated_chars": 15981,
    "translated_chars_percent": 31.6,
    "fuzzy": 32,
    "fuzzy_percent": 1.4,
    "failing": 17,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "https://translate.funkwhale.audio/languages/el/"
}