Translation projects API.

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

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

{
    "total": 682,
    "total_words": 6156,
    "total_chars": 37066,
    "last_change": "2024-01-19T09:49:03.239589Z",
    "recent_changes": 203,
    "translated": 462,
    "translated_words": 3676,
    "translated_percent": 67.7,
    "translated_words_percent": 59.7,
    "translated_chars": 22185,
    "translated_chars_percent": 59.8,
    "fuzzy": 8,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 26,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 171,
    "fuzzy_chars_percent": 0.4,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 3,
    "readonly_chars_percent": 0.1,
    "suggestions": 30,
    "comments": 0,
    "name": "Framapad",
    "url": "https://weblate.framasoft.org/projects/framapad/"
}