Translation projects API.

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

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

{
    "total": 17792,
    "total_words": 45400,
    "total_chars": 269660,
    "last_change": "2024-04-15T11:38:16.198751Z",
    "recent_changes": 248,
    "translated": 7828,
    "translated_words": 18624,
    "translated_percent": 43.9,
    "translated_words_percent": 41.0,
    "translated_chars": 110042,
    "translated_chars_percent": 40.8,
    "fuzzy": 581,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 1104,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 6540,
    "fuzzy_chars_percent": 2.4,
    "failing": 371,
    "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": 641,
    "readonly_percent": 3.6,
    "readonly_words": 1627,
    "readonly_words_percent": 3.5,
    "readonly_chars": 9666,
    "readonly_chars_percent": 3.5,
    "suggestions": 73,
    "comments": 6,
    "name": "Webcamoid",
    "url": "https://hosted.weblate.org/projects/webcamoid/"
}