Languages API.

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

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

{
    "total": 2056,
    "total_words": 8364,
    "last_change": "2023-06-19T12:55:46.820103Z",
    "recent_changes": 43,
    "translated": 1541,
    "translated_words": 5476,
    "translated_percent": 74.9,
    "translated_words_percent": 65.4,
    "translated_chars": 34672,
    "translated_chars_percent": 64.5,
    "total_chars": 53742,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 94,
    "failing_percent": 4.5,
    "approved": 23,
    "approved_percent": 1.1,
    "readonly": 12,
    "readonly_percent": 0.5,
    "suggestions": 16,
    "comments": 0,
    "name": "French",
    "url": "http://translation.worldanvil.com/languages/fr/"
}