Languages API.

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

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

{
    "total": 1971,
    "total_words": 21129,
    "last_change": "2020-09-16T14:49:28.613805Z",
    "recent_changes": 310,
    "translated": 1300,
    "translated_words": 11945,
    "translated_percent": 65.9,
    "translated_words_percent": 56.5,
    "translated_chars": 64607,
    "translated_chars_percent": 53.2,
    "total_chars": 121220,
    "fuzzy": 88,
    "fuzzy_percent": 4.4,
    "failing": 46,
    "failing_percent": 2.3,
    "name": "Dutch",
    "url": "http://Translate.ArchiveEntertainment.com/languages/nl/"
}