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": 831,
    "total_words": 6763,
    "last_change": "2025-08-05T17:28:32.202627Z",
    "recent_changes": 114,
    "translated": 717,
    "translated_words": 6043,
    "translated_percent": 86.2,
    "translated_words_percent": 89.3,
    "translated_chars": 35754,
    "translated_chars_percent": 88.8,
    "total_chars": 40251,
    "fuzzy": 26,
    "fuzzy_percent": 3.1,
    "failing": 33,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.7,
    "suggestions": 25,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://weblate.duniter.org/languages/pt/"
}