Languages API.

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

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

{
    "total": 133457,
    "total_words": 1965365,
    "last_change": "2024-04-19T09:00:30.462278Z",
    "recent_changes": 2117,
    "translated": 37591,
    "translated_words": 229137,
    "translated_percent": 28.1,
    "translated_words_percent": 11.6,
    "translated_chars": 1557535,
    "translated_chars_percent": 11.5,
    "total_chars": 13501529,
    "fuzzy": 31030,
    "fuzzy_percent": 23.2,
    "failing": 7819,
    "failing_percent": 5.8,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 80,
    "comments": 1,
    "name": "Dutch",
    "url": "https://l10n.opensuse.org/languages/nl/"
}