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": 2118,
    "total_words": 9259,
    "last_change": "2024-05-20T12:05:50.732703Z",
    "recent_changes": 74,
    "translated": 839,
    "translated_words": 3260,
    "translated_percent": 39.6,
    "translated_words_percent": 35.2,
    "translated_chars": 21121,
    "translated_chars_percent": 35.9,
    "total_chars": 58773,
    "fuzzy": 92,
    "fuzzy_percent": 4.3,
    "failing": 167,
    "failing_percent": 7.8,
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/languages/el/"
}