Translation projects API.

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

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

{
    "total": 59540,
    "total_words": 550325,
    "total_chars": 3598512,
    "last_change": "2024-05-06T10:09:38.532533Z",
    "recent_changes": 227,
    "translated": 43800,
    "translated_words": 392486,
    "translated_percent": 73.5,
    "translated_words_percent": 71.3,
    "translated_chars": 2571053,
    "translated_chars_percent": 71.4,
    "fuzzy": 15329,
    "fuzzy_percent": 25.7,
    "fuzzy_words": 156911,
    "fuzzy_words_percent": 28.5,
    "fuzzy_chars": 1020953,
    "fuzzy_chars_percent": 28.3,
    "failing": 1223,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1967,
    "readonly_percent": 3.3,
    "readonly_words": 14725,
    "readonly_words_percent": 2.6,
    "readonly_chars": 97810,
    "readonly_chars_percent": 2.7,
    "suggestions": 103,
    "comments": 181,
    "name": "Liberapay",
    "url": "https://hosted.weblate.org/projects/liberapay/"
}