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": 39157,
    "total_words": 228729,
    "last_change": "2024-04-24T10:55:20.837247Z",
    "recent_changes": 105,
    "translated": 5561,
    "translated_words": 18740,
    "translated_percent": 14.2,
    "translated_words_percent": 8.1,
    "translated_chars": 138543,
    "translated_chars_percent": 8.7,
    "total_chars": 1583207,
    "fuzzy": 8860,
    "fuzzy_percent": 22.6,
    "failing": 2548,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 12,
    "comments": 0,
    "name": "Belarusian",
    "url": "https://l10n.opensuse.org/languages/be/"
}