Translation projects API.

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

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

{
    "total": 31273,
    "total_words": 138796,
    "total_chars": 920429,
    "last_change": "2024-05-03T16:31:38.649035Z",
    "recent_changes": 100,
    "translated": 29366,
    "translated_words": 127474,
    "translated_percent": 93.9,
    "translated_words_percent": 91.8,
    "translated_chars": 838486,
    "translated_chars_percent": 91.0,
    "fuzzy": 36,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 390,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 2437,
    "fuzzy_chars_percent": 0.2,
    "failing": 75,
    "failing_percent": 0.2,
    "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": 2,
    "comments": 26,
    "name": "GPX Viewer",
    "url": "http://translate.vecturagames.com/projects/gpxviewer/"
}