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": 117727,
    "total_words": 525033,
    "total_chars": 3212826,
    "last_change": "2024-02-03T15:02:15.507066Z",
    "recent_changes": 4051,
    "translated": 70010,
    "translated_words": 205549,
    "translated_percent": 59.4,
    "translated_words_percent": 39.1,
    "translated_chars": 1298307,
    "translated_chars_percent": 40.4,
    "fuzzy": 8616,
    "fuzzy_percent": 7.3,
    "fuzzy_words": 22623,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 142629,
    "fuzzy_chars_percent": 4.4,
    "failing": 2638,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Punjabi",
    "url": "https://translations.documentfoundation.org/languages/pa/"
}