Translation projects API.

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

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

{
    "total": 3334,
    "total_words": 40346,
    "total_chars": 241639,
    "last_change": "2025-11-29T10:30:16.354042Z",
    "recent_changes": 109,
    "translated": 2886,
    "translated_words": 27926,
    "translated_percent": 86.5,
    "translated_words_percent": 69.2,
    "translated_chars": 168649,
    "translated_chars_percent": 69.7,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 35,
    "fuzzy_chars_percent": 0.1,
    "failing": 636,
    "failing_percent": 19.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1118,
    "readonly_percent": 33.5,
    "readonly_words": 16323,
    "readonly_words_percent": 40.4,
    "readonly_chars": 97168,
    "readonly_chars_percent": 40.2,
    "suggestions": 3,
    "comments": 0,
    "name": "Greentech Official Website",
    "url": "http://translate.gtaf.org/projects/greentech/"
}