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": 7095,
    "total_words": 32441,
    "total_chars": 213148,
    "last_change": "2024-04-25T17:19:23.606489Z",
    "recent_changes": 305,
    "translated": 3195,
    "translated_words": 11513,
    "translated_percent": 45.0,
    "translated_words_percent": 35.4,
    "translated_chars": 77038,
    "translated_chars_percent": 36.1,
    "fuzzy": 483,
    "fuzzy_percent": 6.8,
    "failing": 315,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 1244,
    "comments": 0,
    "name": "Galician",
    "url": "https://l10n.elementary.io/languages/gl/"
}