Languages API.

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

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

{
    "total": 6353,
    "total_words": 24861,
    "total_chars": 160960,
    "last_change": "2024-04-17T19:39:07.048447Z",
    "recent_changes": 28,
    "translated": 249,
    "translated_words": 440,
    "translated_percent": 3.9,
    "translated_words_percent": 1.7,
    "translated_chars": 2651,
    "translated_chars_percent": 1.6,
    "fuzzy": 139,
    "fuzzy_percent": 2.1,
    "failing": 65,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 195,
    "comments": 0,
    "name": "Armenian",
    "url": "https://l10n.elementary.io/languages/hy/"
}