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": 2264,
    "total_words": 8921,
    "last_change": "2025-01-30T14:48:45.867394Z",
    "recent_changes": 74,
    "translated": 2251,
    "translated_words": 8888,
    "translated_percent": 99.4,
    "translated_words_percent": 99.6,
    "translated_chars": 56111,
    "translated_chars_percent": 99.6,
    "total_chars": 56311,
    "fuzzy": 9,
    "fuzzy_percent": 0.3,
    "failing": 4,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.memarc.info/languages/pl/"
}