Languages API.

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

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

{
    "total": 1460,
    "total_words": 8539,
    "last_change": "2023-05-23T22:20:15.824690Z",
    "recent_changes": 128,
    "translated": 1103,
    "translated_words": 5732,
    "translated_percent": 75.5,
    "translated_words_percent": 67.1,
    "translated_chars": 36387,
    "translated_chars_percent": 68.0,
    "total_chars": 53454,
    "fuzzy": 289,
    "fuzzy_percent": 19.7,
    "failing": 45,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "name": "Japanese",
    "url": "https://translate.pdfforge.org/languages/ja/"
}