Languages API.

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

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

{
    "total": 513,
    "total_words": 2684,
    "last_change": "2024-04-26T15:35:04.039445Z",
    "recent_changes": 5,
    "translated": 133,
    "translated_words": 337,
    "translated_percent": 25.9,
    "translated_words_percent": 12.5,
    "translated_chars": 3568,
    "translated_chars_percent": 19.3,
    "total_chars": 18473,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 3.5,
    "suggestions": 7,
    "comments": 0,
    "name": "English (Old)",
    "url": "https://weblate.rikka.app/languages/ang/"
}