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": 15227,
    "total_words": 66749,
    "last_change": "2024-03-19T12:07:19.450057Z",
    "recent_changes": 53,
    "translated": 14473,
    "translated_words": 62885,
    "translated_percent": 95.0,
    "translated_words_percent": 94.2,
    "translated_chars": 389534,
    "translated_chars_percent": 94.3,
    "total_chars": 412766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 252,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 4,
    "name": "Arabic",
    "url": "https://translate.webtrees.net/languages/ar/"
}