Translation projects API.

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

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

{
    "total": 25872,
    "total_words": 65002,
    "last_change": "2024-10-26T18:49:26.015429Z",
    "recent_changes": 119,
    "translated": 9393,
    "translated_words": 23203,
    "translated_percent": 36.3,
    "translated_words_percent": 35.6,
    "translated_chars": 166377,
    "translated_chars_percent": 35.8,
    "total_chars": 463612,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 246,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "SeeYouWeb",
    "url": "https://t.naviter.com/projects/seeyouweb/"
}