Translation projects API.

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

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

{
    "total": 10077,
    "total_words": 126126,
    "total_chars": 900746,
    "last_change": "2024-04-06T14:46:20.457036Z",
    "recent_changes": 225,
    "translated": 3818,
    "translated_words": 46575,
    "translated_percent": 37.8,
    "translated_words_percent": 36.9,
    "translated_chars": 329580,
    "translated_chars_percent": 36.5,
    "fuzzy": 17,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 774,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 5852,
    "fuzzy_chars_percent": 0.6,
    "failing": 530,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 5,
    "readonly_words_percent": 0.1,
    "readonly_chars": 46,
    "readonly_chars_percent": 0.1,
    "suggestions": 5,
    "comments": 0,
    "name": "Dégooglisons Internet",
    "url": "https://weblate.framasoft.org/projects/degooglisons-internet/"
}