Languages API.

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

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

{
    "total": 2114,
    "total_words": 8253,
    "last_change": "2024-04-10T10:00:31.468049Z",
    "recent_changes": 61,
    "translated": 164,
    "translated_words": 239,
    "translated_percent": 7.7,
    "translated_words_percent": 2.8,
    "translated_chars": 1665,
    "translated_chars_percent": 3.2,
    "total_chars": 51899,
    "fuzzy": 11,
    "fuzzy_percent": 0.5,
    "failing": 10,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "https://translate.memarc.info/languages/it/"
}