Languages API.

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

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

{
    "total": 283387,
    "total_words": 2396267,
    "total_chars": 19009739,
    "last_change": "2022-03-30T06:35:32.380011Z",
    "recent_changes": 1158,
    "translated": 11827,
    "translated_words": 37570,
    "translated_percent": 4.1,
    "translated_words_percent": 1.5,
    "translated_chars": 237507,
    "translated_chars_percent": 1.2,
    "fuzzy": 1709,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 2737,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 17834,
    "fuzzy_chars_percent": 0.1,
    "failing": 18,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Urdu",
    "url": "https://translations.documentfoundation.org/languages/ur/"
}