Languages API.

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

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

{
    "total": 153567,
    "total_words": 2158206,
    "last_change": "2024-03-27T15:39:17.649621Z",
    "recent_changes": 1287,
    "translated": 42391,
    "translated_words": 258748,
    "translated_percent": 27.6,
    "translated_words_percent": 11.9,
    "translated_chars": 1771547,
    "translated_chars_percent": 11.8,
    "total_chars": 14888262,
    "fuzzy": 2353,
    "fuzzy_percent": 1.5,
    "failing": 1430,
    "failing_percent": 0.9,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 9,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Catalan",
    "url": "https://l10n.opensuse.org/languages/ca/"
}