Languages API.

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

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

{
    "total": 677,
    "total_words": 4330,
    "total_chars": 26083,
    "last_change": "2024-05-13T17:01:59.829646Z",
    "recent_changes": 8,
    "translated": 651,
    "translated_words": 3584,
    "translated_percent": 96.1,
    "translated_words_percent": 82.7,
    "translated_chars": 21706,
    "translated_chars_percent": 83.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 46,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.5,
    "approved": 561,
    "approved_percent": 82.8,
    "approved_words": 2971,
    "approved_words_percent": 68.6,
    "approved_chars": 17936,
    "approved_chars_percent": 68.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 9,
    "name": "Portuguese (Portugal)",
    "url": "https://weblate.tusky.app/languages/pt_PT/"
}