Translation projects API.

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

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

{
    "total": 2914,
    "total_words": 8447,
    "total_chars": 50244,
    "last_change": "2024-02-15T17:02:27.649513Z",
    "recent_changes": 365,
    "translated": 2625,
    "translated_words": 7400,
    "translated_percent": 90.0,
    "translated_words_percent": 87.6,
    "translated_chars": 44027,
    "translated_chars_percent": 87.6,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 24,
    "fuzzy_chars_percent": 0.1,
    "failing": 37,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.4,
    "readonly_words": 126,
    "readonly_words_percent": 1.4,
    "readonly_chars": 735,
    "readonly_chars_percent": 1.4,
    "suggestions": 6,
    "comments": 6,
    "name": "Diet Diary",
    "url": "https://hosted.weblate.org/projects/diet-diary/"
}