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": 2138,
    "total_words": 9352,
    "last_change": "2024-05-20T12:05:50.732703Z",
    "recent_changes": 74,
    "translated": 837,
    "translated_words": 3255,
    "translated_percent": 39.1,
    "translated_words_percent": 34.8,
    "translated_chars": 21077,
    "translated_chars_percent": 35.5,
    "total_chars": 59273,
    "fuzzy": 94,
    "fuzzy_percent": 4.3,
    "failing": 167,
    "failing_percent": 7.8,
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/languages/el/"
}