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": 24234,
    "total_words": 179111,
    "total_chars": 1269378,
    "last_change": "2024-05-08T14:56:37.613746Z",
    "recent_changes": 25,
    "translated": 739,
    "translated_words": 831,
    "translated_percent": 3.0,
    "translated_words_percent": 0.4,
    "translated_chars": 12183,
    "translated_chars_percent": 0.9,
    "fuzzy": 2507,
    "fuzzy_percent": 10.3,
    "fuzzy_words": 11743,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 81605,
    "fuzzy_chars_percent": 6.4,
    "failing": 1967,
    "failing_percent": 8.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 729,
    "readonly_percent": 3.0,
    "readonly_words": 819,
    "readonly_words_percent": 0.4,
    "readonly_chars": 12100,
    "readonly_chars_percent": 0.9,
    "suggestions": 41,
    "comments": 0,
    "name": "English (Old)",
    "url": "https://hosted.weblate.org/languages/ang/"
}