Translation projects API.

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

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

{
    "total": 511538,
    "total_words": 6481411,
    "total_chars": 48672957,
    "last_change": "2024-05-06T13:04:38.890365Z",
    "recent_changes": 2131,
    "translated": 220722,
    "translated_words": 2256240,
    "translated_percent": 43.1,
    "translated_words_percent": 34.8,
    "translated_chars": 16861896,
    "translated_chars_percent": 34.6,
    "fuzzy": 7363,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 80698,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 632914,
    "fuzzy_chars_percent": 1.3,
    "failing": 8412,
    "failing_percent": 1.6,
    "approved": 23377,
    "approved_percent": 4.5,
    "approved_words": 240444,
    "approved_words_percent": 3.7,
    "approved_chars": 1724122,
    "approved_chars_percent": 3.5,
    "readonly": 20498,
    "readonly_percent": 4.0,
    "readonly_words": 207125,
    "readonly_words_percent": 3.1,
    "readonly_chars": 1983351,
    "readonly_chars_percent": 4.0,
    "suggestions": 1132,
    "comments": 582,
    "name": "F-Droid",
    "url": "https://hosted.weblate.org/projects/f-droid/"
}