Languages API.

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

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

{
    "total": 3862,
    "total_words": 13966,
    "last_change": "2023-12-12T15:56:24.339377Z",
    "recent_changes": 49,
    "translated": 3839,
    "translated_words": 13910,
    "translated_percent": 99.4,
    "translated_words_percent": 99.5,
    "translated_chars": 85907,
    "translated_chars_percent": 99.3,
    "total_chars": 86459,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "failing": 119,
    "failing_percent": 3.0,
    "name": "French",
    "url": "https://weblate.linphone.org/languages/fr/"
}