Languages API.

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

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

{
    "total": 6629,
    "total_words": 33796,
    "total_chars": 205050,
    "last_change": "2024-01-09T03:05:24.291940Z",
    "recent_changes": 784,
    "translated": 4689,
    "translated_words": 21242,
    "translated_percent": 70.7,
    "translated_words_percent": 62.8,
    "translated_chars": 128432,
    "translated_chars_percent": 62.6,
    "fuzzy": 1696,
    "fuzzy_percent": 25.5,
    "fuzzy_words": 10870,
    "fuzzy_words_percent": 32.1,
    "fuzzy_chars": 66353,
    "fuzzy_chars_percent": 32.3,
    "failing": 2290,
    "failing_percent": 34.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 36,
    "readonly_percent": 0.5,
    "readonly_words": 23,
    "readonly_words_percent": 0.1,
    "readonly_chars": 201,
    "readonly_chars_percent": 0.1,
    "suggestions": 82,
    "comments": 0,
    "name": "Polish",
    "url": "https://l10n.xwiki.org/languages/pl/"
}