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": 24337,
    "total_words": 217814,
    "total_chars": 1446979,
    "last_change": "2025-08-09T17:16:24.468114Z",
    "recent_changes": 1,
    "translated": 7084,
    "translated_words": 31648,
    "translated_percent": 29.1,
    "translated_words_percent": 14.5,
    "translated_chars": 198985,
    "translated_chars_percent": 13.7,
    "fuzzy": 595,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 3808,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 26065,
    "fuzzy_chars_percent": 1.8,
    "failing": 512,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 150,
    "readonly_percent": 0.6,
    "readonly_words": 141,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1752,
    "readonly_chars_percent": 0.1,
    "suggestions": 8,
    "comments": 0,
    "name": "Polish",
    "url": "https://weblate.osgeo.org/languages/pl/"
}