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": 863,
    "total_words": 5781,
    "last_change": "2023-08-10T20:28:06.555391Z",
    "recent_changes": 17,
    "translated": 586,
    "translated_words": 4641,
    "translated_percent": 67.9,
    "translated_words_percent": 80.2,
    "translated_chars": 31767,
    "translated_chars_percent": 79.3,
    "total_chars": 40021,
    "fuzzy": 3,
    "fuzzy_percent": 0.3,
    "failing": 7,
    "failing_percent": 0.8,
    "approved": 186,
    "approved_percent": 21.5,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.ppc.lol/languages/de/"
}