Languages API.

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

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

{
    "total": 1005,
    "total_words": 3269,
    "last_change": null,
    "recent_changes": 0,
    "translated": 984,
    "translated_words": 3167,
    "translated_percent": 97.9,
    "translated_words_percent": 96.8,
    "translated_chars": 19113,
    "translated_chars_percent": 96.7,
    "total_chars": 19764,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 146,
    "failing_percent": 14.5,
    "name": "Arabic",
    "url": "https://weblate.linphone.org/languages/ar/"
}