Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/hy/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1030,
    "total_words": 6948,
    "last_change": "2024-02-16T15:28:45.307390Z",
    "recent_changes": 5,
    "translated": 220,
    "translated_words": 972,
    "translated_percent": 21.3,
    "translated_words_percent": 13.9,
    "translated_chars": 7596,
    "translated_chars_percent": 16.9,
    "total_chars": 44932,
    "fuzzy": 5,
    "fuzzy_percent": 0.4,
    "failing": 9,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 1.5,
    "suggestions": 8,
    "comments": 0,
    "name": "Armenian",
    "url": "https://weblate.rikka.app/languages/hy/"
}