Languages API.

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

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

{
    "total": 1971,
    "total_words": 21129,
    "last_change": "2020-10-28T22:14:36.776301Z",
    "recent_changes": 5,
    "translated": 29,
    "translated_words": 196,
    "translated_percent": 1.4,
    "translated_words_percent": 0.9,
    "translated_chars": 1225,
    "translated_chars_percent": 1.0,
    "total_chars": 121220,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 27,
    "failing_percent": 1.3,
    "name": "Slovak",
    "url": "http://Translate.ArchiveEntertainment.com/languages/sk/"
}