Languages API.

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

GET /api/languages/pl/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-08T16:23:36.012880Z",
    "recent_changes": 209,
    "translated": 660,
    "translated_words": 5111,
    "translated_percent": 76.4,
    "translated_words_percent": 88.4,
    "translated_chars": 35053,
    "translated_chars_percent": 87.5,
    "total_chars": 40021,
    "fuzzy": 4,
    "fuzzy_percent": 0.4,
    "failing": 64,
    "failing_percent": 7.4,
    "approved": 2,
    "approved_percent": 0.2,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://weblate.ppc.lol/languages/pl/"
}