Languages API.

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

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

{
    "total": 2206,
    "total_words": 16782,
    "last_change": "2024-02-03T08:30:31.785203Z",
    "recent_changes": 2,
    "translated": 1199,
    "translated_words": 6260,
    "translated_percent": 54.3,
    "translated_words_percent": 37.3,
    "translated_chars": 39648,
    "translated_chars_percent": 39.5,
    "total_chars": 100199,
    "fuzzy": 232,
    "fuzzy_percent": 10.5,
    "failing": 66,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 156,
    "comments": 0,
    "name": "Slovak",
    "url": "https://translate.pdfforge.org/languages/sk/"
}