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": 69916,
    "total_words": 210775,
    "last_change": "2026-04-07T17:13:28.012936Z",
    "recent_changes": 1349,
    "translated": 55748,
    "translated_words": 162103,
    "translated_percent": 79.7,
    "translated_words_percent": 76.9,
    "translated_chars": 979924,
    "translated_chars_percent": 76.7,
    "total_chars": 1276706,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 6402,
    "failing_percent": 9.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6098,
    "readonly_percent": 8.7,
    "suggestions": 184,
    "comments": 1,
    "name": "opensourcepos",
    "url": "https://translate.opensourcepos.org/projects/opensourcepos/"
}