Translation projects API.

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

GET /api/projects/what-is-the-fediverse-video/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1390,
    "total_words": 6439,
    "total_chars": 38314,
    "last_change": "2024-04-23T19:12:01.025257Z",
    "recent_changes": 670,
    "translated": 1387,
    "translated_words": 6424,
    "translated_percent": 99.7,
    "translated_words_percent": 99.7,
    "translated_chars": 38238,
    "translated_chars_percent": 99.8,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 76,
    "fuzzy_chars_percent": 0.1,
    "failing": 327,
    "failing_percent": 23.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 25,
    "comments": 8,
    "name": "What is the Fediverse video",
    "url": "https://weblate.framasoft.org/projects/what-is-the-fediverse-video/"
}