Languages API.

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

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

{
    "total": 29881,
    "total_words": 179895,
    "last_change": "2023-08-18T12:27:11.956967Z",
    "recent_changes": 35,
    "translated": 3230,
    "translated_words": 9721,
    "translated_percent": 10.8,
    "translated_words_percent": 5.4,
    "translated_chars": 69316,
    "translated_chars_percent": 5.5,
    "total_chars": 1250324,
    "fuzzy": 4445,
    "fuzzy_percent": 14.8,
    "failing": 647,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Latvian",
    "url": "https://l10n.opensuse.org/languages/lv/"
}