Translation projects API.

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

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

{
    "total": 8357,
    "total_words": 61367,
    "total_chars": 423320,
    "last_change": "2024-02-23T12:01:57.571193Z",
    "recent_changes": 228,
    "translated": 4075,
    "translated_words": 23091,
    "translated_percent": 48.7,
    "translated_words_percent": 37.6,
    "translated_chars": 159423,
    "translated_chars_percent": 37.6,
    "fuzzy": 612,
    "fuzzy_percent": 7.3,
    "fuzzy_words": 2976,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 21467,
    "fuzzy_chars_percent": 5.0,
    "failing": 213,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1053,
    "readonly_percent": 12.6,
    "readonly_words": 7683,
    "readonly_words_percent": 12.5,
    "readonly_chars": 52999,
    "readonly_chars_percent": 12.5,
    "suggestions": 2,
    "comments": 0,
    "name": "GASdottoNG",
    "url": "https://hosted.weblate.org/projects/gasdottong/"
}