Languages API.

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

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

{
    "total": 7083,
    "total_words": 32428,
    "total_chars": 212945,
    "last_change": "2024-04-17T19:40:16.412611Z",
    "recent_changes": 398,
    "translated": 5981,
    "translated_words": 23582,
    "translated_percent": 84.4,
    "translated_words_percent": 72.7,
    "translated_chars": 154440,
    "translated_chars_percent": 72.5,
    "fuzzy": 207,
    "fuzzy_percent": 2.9,
    "failing": 179,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 231,
    "comments": 0,
    "name": "Turkish",
    "url": "https://l10n.elementary.io/languages/tr/"
}