Languages API.

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

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

{
    "total": 698,
    "total_words": 4316,
    "last_change": "2025-01-24T14:38:41.778647Z",
    "recent_changes": 7,
    "translated": 205,
    "translated_words": 1454,
    "translated_percent": 29.3,
    "translated_words_percent": 33.6,
    "translated_chars": 10038,
    "translated_chars_percent": 35.1,
    "total_chars": 28575,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 22,
    "readonly_percent": 3.1,
    "suggestions": 119,
    "comments": 0,
    "name": "Persian",
    "url": "https://weblate.rikka.app/languages/fa/"
}