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": 2004,
    "total_words": 8530,
    "last_change": "2020-07-25T09:36:58.355621Z",
    "recent_changes": 2,
    "translated": 3,
    "translated_words": 6,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 34,
    "translated_chars_percent": 0.1,
    "total_chars": 53400,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Norwegian Nynorsk",
    "url": "http://i18n.foe-helper.com/languages/nn/"
}