Languages API.

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

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

{
    "total": 1971,
    "total_words": 21129,
    "last_change": "2021-08-13T05:44:25.697409Z",
    "recent_changes": 67,
    "translated": 298,
    "translated_words": 2722,
    "translated_percent": 15.1,
    "translated_words_percent": 12.8,
    "translated_chars": 15977,
    "translated_chars_percent": 13.1,
    "total_chars": 121220,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 6,
    "failing_percent": 0.3,
    "name": "Japanese",
    "url": "http://Translate.ArchiveEntertainment.com/languages/ja/"
}