Translation projects API.

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

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

{
    "total": 35775,
    "total_words": 149672,
    "total_chars": 905823,
    "last_change": "2024-03-16T14:27:36.373128Z",
    "recent_changes": 459,
    "translated": 26889,
    "translated_words": 100591,
    "translated_percent": 75.1,
    "translated_words_percent": 67.2,
    "translated_chars": 609860,
    "translated_chars_percent": 67.3,
    "fuzzy": 162,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 1751,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 10144,
    "fuzzy_chars_percent": 1.1,
    "failing": 171,
    "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": 675,
    "readonly_percent": 1.8,
    "readonly_words": 2824,
    "readonly_words_percent": 1.8,
    "readonly_chars": 17091,
    "readonly_chars_percent": 1.8,
    "suggestions": 3,
    "comments": 2,
    "name": "Call Recorder",
    "url": "https://translate.skvalex.com/projects/callrecorder/"
}