Languages API.

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

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

{
    "total": 2804,
    "total_words": 11302,
    "total_chars": 69064,
    "last_change": "2024-04-11T13:26:10.348207Z",
    "recent_changes": 82,
    "translated": 2657,
    "translated_words": 9801,
    "translated_percent": 94.7,
    "translated_words_percent": 86.7,
    "translated_chars": 59773,
    "translated_chars_percent": 86.5,
    "fuzzy": 108,
    "fuzzy_percent": 3.8,
    "failing": 93,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 12,
    "comments": 4,
    "name": "Dutch",
    "url": "https://translate.funkwhale.audio/languages/nl/"
}