Languages API.

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

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

{
    "total": 14265,
    "total_words": 55203,
    "last_change": null,
    "recent_changes": 0,
    "translated": 757,
    "translated_words": 1739,
    "translated_percent": 5.3,
    "translated_words_percent": 3.1,
    "translated_chars": 12276,
    "translated_chars_percent": 2.9,
    "total_chars": 421602,
    "fuzzy": 3385,
    "fuzzy_percent": 23.7,
    "failing": 363,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Breton",
    "url": "https://l10n.opensuse.org/languages/br/"
}