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": 7121,
    "total_words": 32492,
    "total_chars": 213470,
    "last_change": "2024-04-25T17:20:13.749634Z",
    "recent_changes": 605,
    "translated": 4739,
    "translated_words": 18170,
    "translated_percent": 66.5,
    "translated_words_percent": 55.9,
    "translated_chars": 119888,
    "translated_chars_percent": 56.1,
    "fuzzy": 537,
    "fuzzy_percent": 7.5,
    "failing": 480,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 20,
    "name": "Norwegian Nynorsk",
    "url": "https://l10n.elementary.io/languages/nn/"
}