Languages API.

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

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

{
    "total": 1648,
    "total_words": 6322,
    "last_change": null,
    "recent_changes": 0,
    "translated": 58,
    "translated_words": 86,
    "translated_percent": 3.5,
    "translated_words_percent": 1.3,
    "translated_chars": 2124,
    "translated_chars_percent": 5.3,
    "total_chars": 39602,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "French (Canada)",
    "url": "https://weblate.linphone.org/languages/fr_CA/"
}