Translation projects API.

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

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

{
    "total": 6097,
    "total_words": 21250,
    "total_chars": 140203,
    "last_change": "2025-06-25T07:15:37.579113Z",
    "recent_changes": 743,
    "translated": 4435,
    "translated_words": 15315,
    "translated_percent": 72.7,
    "translated_words_percent": 72.0,
    "translated_chars": 101293,
    "translated_chars_percent": 72.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 207,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 407,
    "readonly_percent": 6.6,
    "readonly_words": 1373,
    "readonly_words_percent": 6.4,
    "readonly_chars": 9119,
    "readonly_chars_percent": 6.5,
    "suggestions": 1,
    "comments": 1,
    "name": "Data Server",
    "url": "http://translate.gtaf.org/projects/data-server/"
}