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": 16485,
    "total_words": 442635,
    "last_change": "2023-12-13T07:16:00.512736Z",
    "recent_changes": 6448,
    "translated": 12868,
    "translated_words": 348946,
    "translated_percent": 78.0,
    "translated_words_percent": 78.8,
    "translated_chars": 2008872,
    "translated_chars_percent": 78.7,
    "total_chars": 2550870,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 295,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1099,
    "readonly_percent": 6.6,
    "suggestions": 0,
    "comments": 32,
    "name": "Diyseeds.org - videos",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/"
}