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": 41510,
    "total_words": 249209,
    "last_change": "2023-10-18T06:49:32.531922Z",
    "recent_changes": 704,
    "translated": 8823,
    "translated_words": 39453,
    "translated_percent": 21.2,
    "translated_words_percent": 15.8,
    "translated_chars": 278501,
    "translated_chars_percent": 16.1,
    "total_chars": 1719334,
    "fuzzy": 6772,
    "fuzzy_percent": 16.3,
    "failing": 1072,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 6,
    "comments": 0,
    "name": "Persian",
    "url": "https://l10n.opensuse.org/languages/fa/"
}