Translation projects API.

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

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

{
    "total": 6467,
    "total_words": 23936,
    "total_chars": 145682,
    "last_change": "2025-08-02T11:32:37.994274Z",
    "recent_changes": 19,
    "translated": 4989,
    "translated_words": 18469,
    "translated_percent": 77.1,
    "translated_words_percent": 77.1,
    "translated_chars": 112516,
    "translated_chars_percent": 77.2,
    "fuzzy": 19,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 110,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 698,
    "fuzzy_chars_percent": 0.4,
    "failing": 697,
    "failing_percent": 10.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 0.3,
    "readonly_words": 25,
    "readonly_words_percent": 0.1,
    "readonly_chars": 151,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Sadiq",
    "url": "http://translate.gtaf.org/projects/sadiq/"
}