Languages API.

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

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

{
    "total": 144086,
    "total_words": 1931376,
    "last_change": "2021-05-27T11:39:07.382306Z",
    "recent_changes": 34,
    "translated": 2624,
    "translated_words": 8433,
    "translated_percent": 1.8,
    "translated_words_percent": 0.4,
    "translated_chars": 56477,
    "translated_chars_percent": 0.4,
    "total_chars": 13072944,
    "fuzzy": 4924,
    "fuzzy_percent": 3.4,
    "failing": 806,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Sinhala",
    "url": "https://l10n.opensuse.org/languages/si/"
}