Languages API.

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

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

{
    "total": 2077,
    "total_words": 9089,
    "last_change": "2024-05-20T12:05:50.732703Z",
    "recent_changes": 74,
    "translated": 849,
    "translated_words": 3285,
    "translated_percent": 40.8,
    "translated_words_percent": 36.1,
    "translated_chars": 21511,
    "translated_chars_percent": 37.4,
    "total_chars": 57512,
    "fuzzy": 82,
    "fuzzy_percent": 3.9,
    "failing": 167,
    "failing_percent": 8.0,
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/languages/el/"
}