Languages API.

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

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

{
    "total": 132038,
    "total_words": 1958133,
    "last_change": "2022-05-29T18:20:01.951189Z",
    "recent_changes": 133,
    "translated": 9003,
    "translated_words": 33401,
    "translated_percent": 6.8,
    "translated_words_percent": 1.7,
    "translated_chars": 236449,
    "translated_chars_percent": 1.7,
    "total_chars": 13454625,
    "fuzzy": 22463,
    "fuzzy_percent": 17.0,
    "failing": 3891,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 1,
    "name": "Norwegian Nynorsk",
    "url": "https://l10n.opensuse.org/languages/nn/"
}