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": 2206,
    "total_words": 16782,
    "last_change": "2024-03-07T14:33:40.371161Z",
    "recent_changes": 22,
    "translated": 2152,
    "translated_words": 16083,
    "translated_percent": 97.5,
    "translated_words_percent": 95.8,
    "translated_chars": 96198,
    "translated_chars_percent": 96.0,
    "total_chars": 100199,
    "fuzzy": 51,
    "fuzzy_percent": 2.3,
    "failing": 17,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.pdfforge.org/languages/ca/"
}