Translation projects API.

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

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

{
    "total": 17584,
    "total_words": 472144,
    "last_change": "2024-12-23T17:57:15.686940Z",
    "recent_changes": 6545,
    "translated": 13399,
    "translated_words": 364276,
    "translated_percent": 76.1,
    "translated_words_percent": 77.1,
    "translated_chars": 2096702,
    "translated_chars_percent": 77.0,
    "total_chars": 2720928,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 331,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1099,
    "readonly_percent": 6.2,
    "suggestions": 1,
    "comments": 33,
    "name": "Diyseeds.org - videos",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/"
}