Languages API.

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

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

{
    "total": 1879,
    "total_words": 8264,
    "last_change": "2024-01-15T08:39:38.282876Z",
    "recent_changes": 17,
    "translated": 1855,
    "translated_words": 8082,
    "translated_percent": 98.7,
    "translated_words_percent": 97.7,
    "translated_chars": 51736,
    "translated_chars_percent": 97.7,
    "total_chars": 52906,
    "fuzzy": 23,
    "fuzzy_percent": 1.2,
    "failing": 61,
    "failing_percent": 3.2,
    "name": "German",
    "url": "http://i18n.foe-helper.com/languages/de/"
}