Languages API.

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

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

{
    "total": 1099,
    "total_words": 3397,
    "last_change": "2021-07-08T14:11:19.432847Z",
    "recent_changes": 1,
    "translated": 1076,
    "translated_words": 3258,
    "translated_percent": 97.9,
    "translated_words_percent": 95.9,
    "translated_chars": 19562,
    "translated_chars_percent": 95.6,
    "total_chars": 20462,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 40,
    "failing_percent": 3.6,
    "name": "Spanish (Argentina)",
    "url": "https://weblate.linphone.org/languages/es_AR/"
}