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": 140783,
    "total_words": 1999969,
    "last_change": "2023-09-21T11:11:32.233599Z",
    "recent_changes": 1840,
    "translated": 26638,
    "translated_words": 142140,
    "translated_percent": 18.9,
    "translated_words_percent": 7.1,
    "translated_chars": 965812,
    "translated_chars_percent": 7.0,
    "total_chars": 13760018,
    "fuzzy": 33900,
    "fuzzy_percent": 24.0,
    "failing": 10512,
    "failing_percent": 7.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://l10n.opensuse.org/languages/pt/"
}