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": 9976,
    "total_words": 55151,
    "total_chars": 355771,
    "last_change": "2024-01-20T21:13:52.534229Z",
    "recent_changes": 206,
    "translated": 989,
    "translated_words": 4524,
    "translated_percent": 9.9,
    "translated_words_percent": 8.2,
    "translated_chars": 29596,
    "translated_chars_percent": 8.3,
    "fuzzy": 22,
    "fuzzy_percent": 0.2,
    "failing": 33,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Persian",
    "url": "https://weblate.rob006.net/languages/fa/"
}