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": 509,
    "total_words": 3572,
    "total_chars": 23274,
    "last_change": "2024-03-19T17:22:17.178338Z",
    "recent_changes": 15,
    "translated": 469,
    "translated_words": 3282,
    "translated_percent": 92.1,
    "translated_words_percent": 91.8,
    "translated_chars": 21370,
    "translated_chars_percent": 91.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.5,
    "approved": 370,
    "approved_percent": 72.6,
    "approved_words": 2602,
    "approved_words_percent": 72.8,
    "approved_chars": 16884,
    "approved_chars_percent": 72.5,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 10,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 1,
    "name": "Portuguese (Portugal)",
    "url": "https://weblate.securedrop.org/languages/pt_PT/"
}