Languages API.

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

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

{
    "total": 6353,
    "total_words": 24464,
    "total_chars": 160960,
    "last_change": "2024-04-24T13:48:55.908748Z",
    "recent_changes": 63,
    "translated": 634,
    "translated_words": 1579,
    "translated_percent": 9.9,
    "translated_words_percent": 6.4,
    "translated_chars": 10103,
    "translated_chars_percent": 6.2,
    "fuzzy": 358,
    "fuzzy_percent": 5.6,
    "failing": 165,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 83,
    "comments": 0,
    "name": "French (Canada)",
    "url": "https://l10n.elementary.io/languages/fr_CA/"
}