Languages API.

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

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

{
    "total": 224,
    "total_words": 1412,
    "total_chars": 9579,
    "last_change": "2023-07-02T08:22:32.246939Z",
    "recent_changes": 4,
    "translated": 209,
    "translated_words": 1350,
    "translated_percent": 93.3,
    "translated_words_percent": 95.6,
    "translated_chars": 9196,
    "translated_chars_percent": 96.0,
    "fuzzy": 7,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 48,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 279,
    "fuzzy_chars_percent": 2.9,
    "failing": 15,
    "failing_percent": 6.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "name": "sp (generated)",
    "url": "https://weblate.framasoft.org/languages/sp/"
}