Translation projects API.

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

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

{
    "total": 3522,
    "total_words": 65368,
    "last_change": "2024-11-13T17:43:06.859904Z",
    "recent_changes": 1113,
    "translated": 2595,
    "translated_words": 47851,
    "translated_percent": 73.6,
    "translated_words_percent": 73.2,
    "translated_chars": 293927,
    "translated_chars_percent": 73.2,
    "total_chars": 401420,
    "fuzzy": 24,
    "fuzzy_percent": 0.6,
    "failing": 38,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 263,
    "readonly_percent": 7.4,
    "suggestions": 0,
    "comments": 22,
    "name": "Diyseeds.org - pages",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-pages/"
}