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": 38136,
    "total_words": 649850,
    "last_change": "2025-01-24T13:35:08.582697Z",
    "recent_changes": 351,
    "translated": 764,
    "translated_words": 11795,
    "translated_percent": 2.0,
    "translated_words_percent": 1.8,
    "translated_chars": 76684,
    "translated_chars_percent": 1.7,
    "total_chars": 4476736,
    "fuzzy": 75,
    "fuzzy_percent": 0.1,
    "failing": 109,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate-dev.freebsd.org/languages/pl/"
}