Languages API.

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

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

{
    "total": 50,
    "total_words": 159,
    "last_change": null,
    "recent_changes": 0,
    "translated": 27,
    "translated_words": 94,
    "translated_percent": 54.0,
    "translated_words_percent": 59.1,
    "translated_chars": 599,
    "translated_chars_percent": 55.2,
    "total_chars": 1085,
    "fuzzy": 5,
    "fuzzy_percent": 10.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Spanish (Costa Rica)",
    "url": "http://weblate.ops404.it/languages/es_CR/"
}