Languages API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": null,
    "recent_changes": 0,
    "translated": 32,
    "translated_words": 46,
    "translated_percent": 3.8,
    "translated_words_percent": 1.4,
    "translated_chars": 1100,
    "translated_chars_percent": 5.4,
    "total_chars": 20047,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Yoruba",
    "url": "https://weblate.linphone.org/languages/yo/"
}