Translation projects API.

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

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

{
    "total": 103387,
    "total_words": 1054333,
    "total_chars": 6582437,
    "last_change": "2024-05-03T20:20:07.800683Z",
    "recent_changes": 88,
    "translated": 56668,
    "translated_words": 362418,
    "translated_percent": 54.8,
    "translated_words_percent": 34.3,
    "translated_chars": 2265838,
    "translated_chars_percent": 34.4,
    "fuzzy": 1564,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 12741,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 78346,
    "fuzzy_chars_percent": 1.1,
    "failing": 2416,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3050,
    "readonly_percent": 2.9,
    "readonly_words": 11334,
    "readonly_words_percent": 1.0,
    "readonly_chars": 73849,
    "readonly_chars_percent": 1.1,
    "suggestions": 1032,
    "comments": 161,
    "name": "NewPipe",
    "url": "https://hosted.weblate.org/projects/newpipe/"
}