Languages API.

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

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

{
    "total": 134,
    "total_words": 411,
    "last_change": null,
    "recent_changes": 0,
    "translated": 59,
    "translated_words": 152,
    "translated_percent": 44.0,
    "translated_words_percent": 36.9,
    "translated_chars": 1909,
    "translated_chars_percent": 48.6,
    "total_chars": 3923,
    "fuzzy": 3,
    "fuzzy_percent": 2.2,
    "failing": 1,
    "failing_percent": 0.7,
    "name": "Assamese",
    "url": "https://translate.lxqt-project.org/languages/as/"
}