Languages API.

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

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

{
    "total": 40738,
    "total_words": 244263,
    "last_change": "2024-01-02T13:04:03.756063Z",
    "recent_changes": 12,
    "translated": 11787,
    "translated_words": 37780,
    "translated_percent": 28.9,
    "translated_words_percent": 15.4,
    "translated_chars": 257923,
    "translated_chars_percent": 15.2,
    "total_chars": 1687768,
    "fuzzy": 10986,
    "fuzzy_percent": 26.9,
    "failing": 3412,
    "failing_percent": 8.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 26,
    "comments": 0,
    "name": "Croatian",
    "url": "https://l10n.opensuse.org/languages/hr/"
}