Languages API.

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

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

{
    "total": 1847,
    "total_words": 8062,
    "last_change": "2024-05-12T17:06:38.497031Z",
    "recent_changes": 154,
    "translated": 641,
    "translated_words": 2391,
    "translated_percent": 34.7,
    "translated_words_percent": 29.6,
    "translated_chars": 15496,
    "translated_chars_percent": 30.0,
    "total_chars": 51483,
    "fuzzy": 156,
    "fuzzy_percent": 8.4,
    "failing": 13,
    "failing_percent": 0.7,
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/languages/es/"
}