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": 2190,
    "total_words": 9514,
    "last_change": "2024-09-08T14:47:04.080874Z",
    "recent_changes": 302,
    "translated": 278,
    "translated_words": 1218,
    "translated_percent": 12.6,
    "translated_words_percent": 12.8,
    "translated_chars": 7808,
    "translated_chars_percent": 12.9,
    "total_chars": 60124,
    "fuzzy": 21,
    "fuzzy_percent": 0.9,
    "failing": 8,
    "failing_percent": 0.3,
    "name": "Catalan",
    "url": "http://i18n.foe-helper.com/languages/ca/"
}