Languages API.

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

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

{
    "total": 86,
    "total_words": 225,
    "last_change": null,
    "recent_changes": 0,
    "translated": 33,
    "translated_words": 60,
    "translated_percent": 38.3,
    "translated_words_percent": 26.6,
    "translated_chars": 370,
    "translated_chars_percent": 21.5,
    "total_chars": 1720,
    "fuzzy": 1,
    "fuzzy_percent": 1.1,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Portuguese",
    "url": "http://weblate.ops404.it/languages/pt/"
}