Translation projects API.

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

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

{
    "total": 125839,
    "total_words": 760843,
    "total_chars": 4829978,
    "last_change": "2024-06-02T19:46:55.048716Z",
    "recent_changes": 2299,
    "translated": 87667,
    "translated_words": 477314,
    "translated_percent": 69.6,
    "translated_words_percent": 62.7,
    "translated_chars": 3046161,
    "translated_chars_percent": 63.0,
    "fuzzy": 1230,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 25359,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 164519,
    "fuzzy_chars_percent": 3.4,
    "failing": 2260,
    "failing_percent": 1.7,
    "approved": 4993,
    "approved_percent": 3.9,
    "approved_words": 30905,
    "approved_words_percent": 4.0,
    "approved_chars": 192829,
    "approved_chars_percent": 3.9,
    "readonly": 7092,
    "readonly_percent": 5.6,
    "readonly_words": 15936,
    "readonly_words_percent": 2.0,
    "readonly_chars": 190696,
    "readonly_chars_percent": 3.9,
    "suggestions": 1536,
    "comments": 95,
    "name": "Guardian Project",
    "url": "https://hosted.weblate.org/projects/guardianproject/"
}