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": 130,
    "total_words": 2555,
    "total_chars": 17305,
    "last_change": "2024-04-28T16:16:50.370557Z",
    "recent_changes": 33,
    "translated": 42,
    "translated_words": 210,
    "translated_percent": 32.3,
    "translated_words_percent": 8.2,
    "translated_chars": 1316,
    "translated_chars_percent": 7.6,
    "fuzzy": 63,
    "fuzzy_percent": 48.4,
    "failing": 47,
    "failing_percent": 36.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://translate.funkwhale.audio/languages/pt/"
}