Languages API.

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

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

{
    "total": 1460,
    "total_words": 8539,
    "last_change": "2024-04-29T09:58:46.242788Z",
    "recent_changes": 108,
    "translated": 895,
    "translated_words": 4276,
    "translated_percent": 61.3,
    "translated_words_percent": 50.0,
    "translated_chars": 27018,
    "translated_chars_percent": 50.5,
    "total_chars": 53454,
    "fuzzy": 57,
    "fuzzy_percent": 3.9,
    "failing": 54,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://translate.pdfforge.org/languages/bg/"
}