Languages API.

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

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

{
    "total": 863,
    "total_words": 5781,
    "last_change": "2024-04-14T15:08:45.749963Z",
    "recent_changes": 29,
    "translated": 786,
    "translated_words": 5387,
    "translated_percent": 91.0,
    "translated_words_percent": 93.1,
    "translated_chars": 36987,
    "translated_chars_percent": 92.4,
    "total_chars": 40021,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 26,
    "failing_percent": 3.0,
    "approved": 87,
    "approved_percent": 10.0,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "https://weblate.ppc.lol/languages/ro/"
}