Languages API.

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

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

{
    "total": 2227,
    "total_words": 17136,
    "last_change": "2024-03-11T20:31:20.319892Z",
    "recent_changes": 8,
    "translated": 2132,
    "translated_words": 13676,
    "translated_percent": 95.7,
    "translated_words_percent": 79.8,
    "translated_chars": 82294,
    "translated_chars_percent": 80.6,
    "total_chars": 102097,
    "fuzzy": 18,
    "fuzzy_percent": 0.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Georgian",
    "url": "https://translate.pdfforge.org/languages/ka/"
}