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": 7641,
    "total_words": 64073,
    "total_chars": 432507,
    "last_change": "2024-03-28T15:17:34.842067Z",
    "recent_changes": 301,
    "translated": 6827,
    "translated_words": 53813,
    "translated_percent": 89.3,
    "translated_words_percent": 83.9,
    "translated_chars": 361989,
    "translated_chars_percent": 83.6,
    "fuzzy": 80,
    "fuzzy_percent": 1.0,
    "failing": 188,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 28,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "http://translate.pkp.sfu.ca/languages/it/"
}