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": 2249,
    "total_words": 8230,
    "total_chars": 50471,
    "last_change": "2023-12-11T14:35:59.027774Z",
    "recent_changes": 13,
    "translated": 68,
    "translated_words": 129,
    "translated_percent": 3.0,
    "translated_words_percent": 1.5,
    "translated_chars": 755,
    "translated_chars_percent": 1.4,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 12,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Persian",
    "url": "https://translate.funkwhale.audio/languages/fa/"
}