Translation projects API.

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

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

{
    "total": 16723,
    "total_words": 86144,
    "total_chars": 600395,
    "last_change": "2024-05-01T11:11:07.084493Z",
    "recent_changes": 471,
    "translated": 10209,
    "translated_words": 40052,
    "translated_percent": 61.0,
    "translated_words_percent": 46.4,
    "translated_chars": 269790,
    "translated_chars_percent": 44.9,
    "fuzzy": 8,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1290,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 8545,
    "fuzzy_chars_percent": 1.4,
    "failing": 81,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 5,
    "readonly_words_percent": 0.1,
    "readonly_chars": 39,
    "readonly_chars_percent": 0.1,
    "suggestions": 63,
    "comments": 16,
    "name": "PeerTube",
    "url": "https://hosted.weblate.org/projects/peertube/"
}