Languages API.

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

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

{
    "total": 65378,
    "total_words": 428182,
    "last_change": "2024-04-25T16:39:25.312423Z",
    "recent_changes": 588,
    "translated": 55055,
    "translated_words": 361982,
    "translated_percent": 84.2,
    "translated_words_percent": 84.5,
    "translated_chars": 2529360,
    "translated_chars_percent": 83.7,
    "total_chars": 3020197,
    "fuzzy": 1565,
    "fuzzy_percent": 2.3,
    "failing": 7,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Slovak",
    "url": "https://l10n.opensuse.org/languages/sk/"
}