Languages API.

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

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

{
    "total": 8054,
    "total_words": 64737,
    "total_chars": 461505,
    "last_change": "2024-04-24T12:57:52.903305Z",
    "recent_changes": 250,
    "translated": 5131,
    "translated_words": 31949,
    "translated_percent": 63.7,
    "translated_words_percent": 49.3,
    "translated_chars": 228624,
    "translated_chars_percent": 49.5,
    "fuzzy": 358,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 3680,
    "fuzzy_words_percent": 5.6,
    "fuzzy_chars": 30774,
    "fuzzy_chars_percent": 6.6,
    "failing": 204,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.3,
    "readonly_words": 237,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.4,
    "suggestions": 57,
    "comments": 0,
    "name": "Gaelic",
    "url": "https://weblate.framasoft.org/languages/gd/"
}