Translation projects API.

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

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

{
    "total": 7889,
    "total_words": 40871,
    "total_chars": 261142,
    "last_change": "2024-03-27T00:23:16.606862Z",
    "recent_changes": 216,
    "translated": 4084,
    "translated_words": 18725,
    "translated_percent": 51.7,
    "translated_words_percent": 45.8,
    "translated_chars": 121781,
    "translated_chars_percent": 46.6,
    "fuzzy": 49,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 440,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 2643,
    "fuzzy_chars_percent": 1.0,
    "failing": 95,
    "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": 92,
    "readonly_percent": 1.1,
    "readonly_words": 92,
    "readonly_words_percent": 0.2,
    "readonly_chars": 2806,
    "readonly_chars_percent": 1.0,
    "suggestions": 43,
    "comments": 5,
    "name": "EteSync",
    "url": "https://hosted.weblate.org/projects/etesync/"
}