Translation projects API.

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

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

{
    "total": 924,
    "total_words": 5012,
    "total_chars": 26754,
    "last_change": "2024-03-14T00:01:56.991068Z",
    "recent_changes": 48,
    "translated": 665,
    "translated_words": 3423,
    "translated_percent": 71.9,
    "translated_words_percent": 68.2,
    "translated_chars": 18303,
    "translated_chars_percent": 68.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 17,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 66,
    "readonly_percent": 7.1,
    "readonly_words": 358,
    "readonly_words_percent": 7.1,
    "readonly_chars": 1911,
    "readonly_chars_percent": 7.1,
    "suggestions": 3,
    "comments": 2,
    "name": "Bodyweight timer for Sailfish OS",
    "url": "https://hosted.weblate.org/projects/bodyweight-timer-sailfish-os/"
}