Translation projects API.

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

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

{
    "total": 421812,
    "total_words": 1176185,
    "total_chars": 7508804,
    "last_change": "2024-04-23T11:37:53.265591Z",
    "recent_changes": 613,
    "translated": 158810,
    "translated_words": 384203,
    "translated_percent": 37.6,
    "translated_words_percent": 32.6,
    "translated_chars": 2448343,
    "translated_chars_percent": 32.6,
    "fuzzy": 43414,
    "fuzzy_percent": 10.2,
    "fuzzy_words": 93657,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 622850,
    "fuzzy_chars_percent": 8.2,
    "failing": 20164,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 12784,
    "readonly_percent": 3.0,
    "readonly_words": 35643,
    "readonly_words_percent": 3.0,
    "readonly_chars": 227556,
    "readonly_chars_percent": 3.0,
    "suggestions": 3559,
    "comments": 4,
    "name": "Tryton",
    "url": "https://translate.tryton.org/projects/tryton/"
}