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": 8872,
    "total_words": 75500,
    "total_chars": 509985,
    "last_change": "2024-11-18T22:23:08.782264Z",
    "recent_changes": 66,
    "translated": 7691,
    "translated_words": 62478,
    "translated_percent": 86.6,
    "translated_words_percent": 82.7,
    "translated_chars": 418221,
    "translated_chars_percent": 82.0,
    "fuzzy": 21,
    "fuzzy_percent": 0.2,
    "failing": 125,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese",
    "url": "http://translate.pkp.sfu.ca/languages/pt/"
}