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": 55216,
    "total_words": 1032066,
    "last_change": "2024-01-18T00:39:46.597953Z",
    "recent_changes": 546,
    "translated": 3576,
    "translated_words": 70759,
    "translated_percent": 6.4,
    "translated_words_percent": 6.8,
    "translated_chars": 511643,
    "translated_chars_percent": 6.6,
    "total_chars": 7672678,
    "fuzzy": 472,
    "fuzzy_percent": 0.8,
    "failing": 464,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 2,
    "name": "Persian",
    "url": "https://translate-dev.freebsd.org/languages/fa/"
}