Translation projects API.

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

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

{
    "total": 12143,
    "total_words": 52958,
    "total_chars": 290663,
    "last_change": "2024-01-28T14:47:53.981121Z",
    "recent_changes": 122,
    "translated": 6952,
    "translated_words": 33035,
    "translated_percent": 57.2,
    "translated_words_percent": 62.3,
    "translated_chars": 183533,
    "translated_chars_percent": 63.1,
    "fuzzy": 35,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 127,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 695,
    "fuzzy_chars_percent": 0.2,
    "failing": 488,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4,
    "readonly_chars_percent": 0.1,
    "suggestions": 6,
    "comments": 1,
    "name": "Funky Framadate",
    "url": "https://weblate.framasoft.org/projects/funky-framadate/"
}