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": 7192,
    "total_words": 32953,
    "total_chars": 216524,
    "last_change": "2024-04-23T17:34:48.003445Z",
    "recent_changes": 189,
    "translated": 1869,
    "translated_words": 6674,
    "translated_percent": 25.9,
    "translated_words_percent": 20.2,
    "translated_chars": 42492,
    "translated_chars_percent": 19.6,
    "fuzzy": 264,
    "fuzzy_percent": 3.6,
    "failing": 143,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 7,
    "comments": 8,
    "name": "Punjabi",
    "url": "https://l10n.elementary.io/languages/pa/"
}