Translation projects API.

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

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

{
    "total": 64738,
    "total_words": 192415,
    "last_change": "2025-03-28T18:30:42.304452Z",
    "recent_changes": 354,
    "translated": 51063,
    "translated_words": 147521,
    "translated_percent": 78.8,
    "translated_words_percent": 76.6,
    "translated_chars": 891929,
    "translated_chars_percent": 76.7,
    "total_chars": 1162651,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 6382,
    "failing_percent": 9.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5750,
    "readonly_percent": 8.8,
    "suggestions": 81,
    "comments": 0,
    "name": "opensourcepos",
    "url": "https://translate.opensourcepos.org/projects/opensourcepos/"
}