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": 1642,
    "total_words": 7490,
    "last_change": "2025-03-10T17:45:00.491510Z",
    "recent_changes": 113,
    "translated": 1163,
    "translated_words": 4018,
    "translated_percent": 70.8,
    "translated_words_percent": 53.6,
    "translated_chars": 25166,
    "translated_chars_percent": 53.2,
    "total_chars": 47293,
    "fuzzy": 4,
    "fuzzy_percent": 0.2,
    "failing": 10,
    "failing_percent": 0.6,
    "name": "Persian",
    "url": "https://translate.lxqt-project.org/languages/fa/"
}