Languages API.

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

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

{
    "total": 68464,
    "total_words": 498946,
    "total_chars": 3250270,
    "last_change": "2024-04-19T02:37:48.241494Z",
    "recent_changes": 466,
    "translated": 34155,
    "translated_words": 170805,
    "translated_percent": 49.8,
    "translated_words_percent": 34.2,
    "translated_chars": 1090771,
    "translated_chars_percent": 33.5,
    "fuzzy": 4433,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 27645,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 181452,
    "fuzzy_chars_percent": 5.5,
    "failing": 2653,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 199,
    "readonly_chars_percent": 0.1,
    "suggestions": 4049,
    "comments": 1,
    "name": "Punjabi",
    "url": "https://translate.fedoraproject.org/languages/pa/"
}