Languages API.

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

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

{
    "total": 7332,
    "total_words": 51610,
    "total_chars": 368931,
    "last_change": "2024-03-21T11:43:09.583853Z",
    "recent_changes": 267,
    "translated": 602,
    "translated_words": 4087,
    "translated_percent": 8.2,
    "translated_words_percent": 7.9,
    "translated_chars": 26352,
    "translated_chars_percent": 7.1,
    "fuzzy": 43,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 313,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1988,
    "fuzzy_chars_percent": 0.5,
    "failing": 27,
    "failing_percent": 0.3,
    "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": 244,
    "readonly_words_percent": 0.4,
    "readonly_chars": 2249,
    "readonly_chars_percent": 0.6,
    "suggestions": 275,
    "comments": 1,
    "name": "Portuguese",
    "url": "https://weblate.framasoft.org/languages/pt/"
}