Languages API.

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

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

{
    "total": 652,
    "total_words": 10415,
    "last_change": "2023-07-17T11:18:06.938199Z",
    "recent_changes": 2,
    "translated": 519,
    "translated_words": 9948,
    "translated_percent": 79.6,
    "translated_words_percent": 95.5,
    "translated_chars": 61930,
    "translated_chars_percent": 95.7,
    "total_chars": 64658,
    "fuzzy": 130,
    "fuzzy_percent": 19.9,
    "failing": 316,
    "failing_percent": 48.4,
    "approved": 278,
    "approved_percent": 42.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Franco-Provençal",
    "url": "https://traduk.amikumu.com/languages/frp/"
}