Languages API.

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

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

{
    "total": 28900,
    "total_words": 173416,
    "last_change": "2024-01-05T23:28:36.487572Z",
    "recent_changes": 21,
    "translated": 5493,
    "translated_words": 18141,
    "translated_percent": 19.0,
    "translated_words_percent": 10.4,
    "translated_chars": 128470,
    "translated_chars_percent": 10.6,
    "total_chars": 1206365,
    "fuzzy": 7939,
    "fuzzy_percent": 27.4,
    "failing": 1884,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "https://l10n.opensuse.org/languages/sr@latin/"
}