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": 2170,
    "total_words": 9407,
    "last_change": "2024-09-08T14:47:04.080874Z",
    "recent_changes": 302,
    "translated": 280,
    "translated_words": 1225,
    "translated_percent": 12.9,
    "translated_words_percent": 13.0,
    "translated_chars": 7853,
    "translated_chars_percent": 13.2,
    "total_chars": 59408,
    "fuzzy": 19,
    "fuzzy_percent": 0.8,
    "failing": 8,
    "failing_percent": 0.3,
    "name": "Catalan",
    "url": "http://i18n.foe-helper.com/languages/ca/"
}