Translation projects API.

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

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

{
    "total": 10860,
    "total_words": 39607,
    "total_chars": 270426,
    "last_change": "2024-04-02T08:23:35.887758Z",
    "recent_changes": 171,
    "translated": 8700,
    "translated_words": 28651,
    "translated_percent": 80.1,
    "translated_words_percent": 72.3,
    "translated_chars": 192540,
    "translated_chars_percent": 71.1,
    "fuzzy": 138,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 539,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 3525,
    "fuzzy_chars_percent": 1.3,
    "failing": 68,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 65,
    "readonly_percent": 0.5,
    "readonly_words": 66,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.2,
    "suggestions": 221,
    "comments": 19,
    "name": "openScale",
    "url": "https://hosted.weblate.org/projects/openscale/"
}