Translation projects API.

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

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

{
    "total": 8171,
    "total_words": 52060,
    "last_change": "2024-05-12T05:49:33.736847Z",
    "recent_changes": 1081,
    "translated": 5538,
    "translated_words": 37274,
    "translated_percent": 67.7,
    "translated_words_percent": 71.5,
    "translated_chars": 251794,
    "translated_chars_percent": 73.6,
    "total_chars": 342043,
    "fuzzy": 8,
    "fuzzy_percent": 0.1,
    "failing": 90,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 516,
    "readonly_percent": 6.3,
    "suggestions": 63,
    "comments": 2,
    "name": "IITC-CE",
    "url": "https://weblate.iitc.app/projects/iitc-ce/"
}