Languages API.

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

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

{
    "total": 9973,
    "total_words": 55139,
    "total_chars": 355695,
    "last_change": "2023-03-10T19:36:58.807534Z",
    "recent_changes": 16,
    "translated": 480,
    "translated_words": 1994,
    "translated_percent": 4.8,
    "translated_words_percent": 3.6,
    "translated_chars": 13230,
    "translated_chars_percent": 3.7,
    "fuzzy": 9,
    "fuzzy_percent": 0.1,
    "failing": 13,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Galician",
    "url": "https://weblate.rob006.net/languages/gl/"
}