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": 3681,
    "total_words": 44657,
    "total_chars": 268568,
    "last_change": "2026-03-02T09:50:22.271442Z",
    "recent_changes": 110,
    "translated": 2886,
    "translated_words": 27926,
    "translated_percent": 78.4,
    "translated_words_percent": 62.5,
    "translated_chars": 168649,
    "translated_chars_percent": 62.7,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 35,
    "fuzzy_chars_percent": 0.1,
    "failing": 681,
    "failing_percent": 18.5,
    "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": 30.3,
    "readonly_words": 16323,
    "readonly_words_percent": 36.5,
    "readonly_chars": 97168,
    "readonly_chars_percent": 36.1,
    "suggestions": 6,
    "comments": 0,
    "name": "Greentech Official Website",
    "url": "http://translate.gtaf.org/projects/greentech/"
}