Translation projects API.

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

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

{
    "total": 205802,
    "total_words": 954603,
    "total_chars": 6266519,
    "last_change": "2024-05-25T14:09:16.537168Z",
    "recent_changes": 208,
    "translated": 114122,
    "translated_words": 486961,
    "translated_percent": 55.4,
    "translated_words_percent": 51.0,
    "translated_chars": 3211505,
    "translated_chars_percent": 51.2,
    "fuzzy": 6260,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 18616,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 126531,
    "fuzzy_chars_percent": 2.0,
    "failing": 2742,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15284,
    "readonly_percent": 7.4,
    "readonly_words": 72662,
    "readonly_words_percent": 7.6,
    "readonly_chars": 478557,
    "readonly_chars_percent": 7.6,
    "suggestions": 386,
    "comments": 42,
    "name": "JASP",
    "url": "https://hosted.weblate.org/projects/jasp/"
}