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": 66288,
    "total_words": 197123,
    "last_change": "2025-10-10T10:02:34.697228Z",
    "recent_changes": 1193,
    "translated": 52583,
    "translated_words": 152094,
    "translated_percent": 79.3,
    "translated_words_percent": 77.1,
    "translated_chars": 919514,
    "translated_chars_percent": 77.2,
    "total_chars": 1190906,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 6379,
    "failing_percent": 9.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5866,
    "readonly_percent": 8.8,
    "suggestions": 164,
    "comments": 1,
    "name": "opensourcepos",
    "url": "https://translate.opensourcepos.org/projects/opensourcepos/"
}