Translation projects API.

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

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

{
    "total": 934,
    "total_words": 1984,
    "total_chars": 11363,
    "last_change": "2021-11-24T04:04:08.422260Z",
    "recent_changes": 128,
    "translated": 850,
    "translated_words": 1812,
    "translated_percent": 91.0,
    "translated_words_percent": 91.3,
    "translated_chars": 10397,
    "translated_chars_percent": 91.4,
    "fuzzy": 4,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 38,
    "fuzzy_chars_percent": 0.3,
    "failing": 13,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 59,
    "readonly_percent": 6.3,
    "readonly_words": 120,
    "readonly_words_percent": 6.0,
    "readonly_chars": 697,
    "readonly_chars_percent": 6.1,
    "suggestions": 4,
    "comments": 3,
    "name": "BridgeClock",
    "url": "https://hosted.weblate.org/projects/bridgeclock/"
}