Languages API.

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

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

{
    "total": 2114,
    "total_words": 8253,
    "last_change": "2024-04-10T10:01:07.955109Z",
    "recent_changes": 18,
    "translated": 89,
    "translated_words": 156,
    "translated_percent": 4.2,
    "translated_words_percent": 1.8,
    "translated_chars": 1033,
    "translated_chars_percent": 1.9,
    "total_chars": 51899,
    "fuzzy": 9,
    "fuzzy_percent": 0.4,
    "failing": 8,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Belarusian",
    "url": "https://translate.memarc.info/languages/be/"
}