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": 6061,
    "total_words": 24087,
    "last_change": null,
    "recent_changes": 0,
    "translated": 5757,
    "translated_words": 22519,
    "translated_percent": 94.9,
    "translated_words_percent": 93.4,
    "translated_chars": 151507,
    "translated_chars_percent": 92.8,
    "total_chars": 163096,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 637,
    "failing_percent": 10.5,
    "name": "tr (generated)",
    "url": "http://weblate.crnd.pro/languages/tr/"
}