Languages API.

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

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

{
    "total": 2206,
    "total_words": 16782,
    "last_change": "2024-01-31T15:37:38.418599Z",
    "recent_changes": 15,
    "translated": 1038,
    "translated_words": 5487,
    "translated_percent": 47.0,
    "translated_words_percent": 32.6,
    "translated_chars": 34865,
    "translated_chars_percent": 34.7,
    "total_chars": 100199,
    "fuzzy": 325,
    "fuzzy_percent": 14.7,
    "failing": 62,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 8,
    "comments": 0,
    "name": "Russian",
    "url": "https://translate.pdfforge.org/languages/ru/"
}