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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2024-01-18T22:27:42.185001Z",
    "recent_changes": 12,
    "translated": 161,
    "translated_words": 405,
    "translated_percent": 52.1,
    "translated_words_percent": 35.5,
    "translated_chars": 2588,
    "translated_chars_percent": 35.6,
    "fuzzy": 20,
    "fuzzy_percent": 6.4,
    "failing": 10,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Punjabi",
    "url": "https://translations.zorin.com/languages/pa/"
}