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": 117701,
    "total_words": 525771,
    "total_chars": 3218287,
    "last_change": "2022-08-16T18:06:55.005273Z",
    "recent_changes": 484,
    "translated": 91795,
    "translated_words": 281391,
    "translated_percent": 77.9,
    "translated_words_percent": 53.5,
    "translated_chars": 1784713,
    "translated_chars_percent": 55.4,
    "fuzzy": 36,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 125,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 818,
    "fuzzy_chars_percent": 0.1,
    "failing": 4557,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 46,
    "readonly_percent": 0.1,
    "readonly_words": 77,
    "readonly_words_percent": 0.1,
    "readonly_chars": 553,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Gaelic",
    "url": "https://translations.documentfoundation.org/languages/gd/"
}