Languages API.

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

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

{
    "total": 860,
    "total_words": 7035,
    "last_change": "2023-01-25T10:11:32.487974Z",
    "recent_changes": 456,
    "translated": 670,
    "translated_words": 4517,
    "translated_percent": 77.9,
    "translated_words_percent": 64.2,
    "translated_chars": 29511,
    "translated_chars_percent": 63.5,
    "total_chars": 46462,
    "fuzzy": 15,
    "fuzzy_percent": 1.7,
    "failing": 23,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "https://l10n.opensuse.org/languages/pt_PT/"
}