Languages API.

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

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

{
    "total": 6650,
    "total_words": 26070,
    "last_change": null,
    "recent_changes": 0,
    "translated": 6339,
    "translated_words": 24478,
    "translated_percent": 95.3,
    "translated_words_percent": 93.8,
    "translated_chars": 166534,
    "translated_chars_percent": 93.4,
    "total_chars": 178288,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 738,
    "failing_percent": 11.0,
    "name": "tr (generated)",
    "url": "http://weblate.crnd.pro/languages/tr/"
}