Languages API.

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

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

{
    "total": 1424,
    "total_words": 5938,
    "last_change": "2021-04-25T03:19:05.289619Z",
    "recent_changes": 4,
    "translated": 34,
    "translated_words": 134,
    "translated_percent": 2.3,
    "translated_words_percent": 2.2,
    "translated_chars": 1032,
    "translated_chars_percent": 2.6,
    "total_chars": 38510,
    "fuzzy": 4,
    "fuzzy_percent": 0.2,
    "failing": 17,
    "failing_percent": 1.1,
    "name": "Norwegian Nynorsk",
    "url": "http://i18n.foe-helper.com/languages/nn/"
}