Translation projects API.

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

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

{
    "total": 1152,
    "total_words": 6912,
    "total_chars": 40704,
    "last_change": "2024-05-04T04:07:10.960609Z",
    "recent_changes": 25,
    "translated": 1014,
    "translated_words": 5742,
    "translated_percent": 88.0,
    "translated_words_percent": 83.0,
    "translated_chars": 34029,
    "translated_chars_percent": 83.6,
    "fuzzy": 64,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 576,
    "fuzzy_words_percent": 8.3,
    "fuzzy_chars": 3223,
    "fuzzy_chars_percent": 7.9,
    "failing": 269,
    "failing_percent": 23.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 36,
    "readonly_percent": 3.1,
    "readonly_words": 216,
    "readonly_words_percent": 3.1,
    "readonly_chars": 1272,
    "readonly_chars_percent": 3.1,
    "suggestions": 3,
    "comments": 0,
    "name": "wtforms",
    "url": "https://hosted.weblate.org/projects/wtforms/"
}