Languages API.

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

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

{
    "total": 188,
    "total_words": 595,
    "last_change": null,
    "recent_changes": 0,
    "translated": 143,
    "translated_words": 433,
    "translated_percent": 76.0,
    "translated_words_percent": 72.7,
    "translated_chars": 3100,
    "translated_chars_percent": 72.9,
    "total_chars": 4247,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 3,
    "failing_percent": 1.5,
    "name": "Arabic",
    "url": "http://weblate.ops404.it/languages/ar/"
}