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": 2547,
    "total_words": 13573,
    "last_change": "2022-11-06T17:47:42.650328Z",
    "recent_changes": 10,
    "translated": 2541,
    "translated_words": 13573,
    "translated_percent": 99.7,
    "translated_words_percent": 100.0,
    "translated_chars": 86822,
    "translated_chars_percent": 100.0,
    "total_chars": 86822,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 497,
    "failing_percent": 19.5,
    "name": "French",
    "url": "http://translate.mapotempo.com/languages/fr/"
}