Translation projects API.

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

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

{
    "total": 1568,
    "total_words": 68928,
    "last_change": "2024-10-29T16:22:05.547817Z",
    "recent_changes": 440,
    "translated": 953,
    "translated_words": 40952,
    "translated_percent": 60.7,
    "translated_words_percent": 59.4,
    "translated_chars": 254842,
    "translated_chars_percent": 59.4,
    "total_chars": 428848,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 40,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 98,
    "readonly_percent": 6.2,
    "suggestions": 0,
    "comments": 8,
    "name": "Diyseeds.org - articles",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-articles/"
}