Languages API.

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

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

{
    "total": 176328,
    "total_words": 2439672,
    "last_change": "2024-03-01T17:08:14.275875Z",
    "recent_changes": 4339,
    "translated": 54300,
    "translated_words": 331141,
    "translated_percent": 30.7,
    "translated_words_percent": 13.5,
    "translated_chars": 2281452,
    "translated_chars_percent": 13.4,
    "total_chars": 16931674,
    "fuzzy": 32709,
    "fuzzy_percent": 18.5,
    "failing": 15136,
    "failing_percent": 8.5,
    "approved": 1153,
    "approved_percent": 0.6,
    "readonly": 965,
    "readonly_percent": 0.5,
    "suggestions": 165,
    "comments": 39,
    "name": "Portuguese (Brazil)",
    "url": "https://l10n.opensuse.org/languages/pt_BR/"
}