Languages API.

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

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

{
    "total": 2206,
    "total_words": 16782,
    "last_change": "2024-03-09T23:46:34.846008Z",
    "recent_changes": 6,
    "translated": 1471,
    "translated_words": 8931,
    "translated_percent": 66.6,
    "translated_words_percent": 53.2,
    "translated_chars": 55492,
    "translated_chars_percent": 55.3,
    "total_chars": 100199,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Swedish",
    "url": "https://translate.pdfforge.org/languages/sv/"
}