Languages API.

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

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

{
    "total": 778,
    "total_words": 4647,
    "last_change": "2023-09-18T00:09:37.255142Z",
    "recent_changes": 41,
    "translated": 637,
    "translated_words": 3778,
    "translated_percent": 81.8,
    "translated_words_percent": 81.2,
    "translated_chars": 22276,
    "translated_chars_percent": 80.2,
    "total_chars": 27759,
    "fuzzy": 29,
    "fuzzy_percent": 3.7,
    "failing": 25,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Galician",
    "url": "https://weblate.duniter.org/languages/gl/"
}