Translation projects API.

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

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

{
    "total": 3957,
    "total_words": 23473,
    "total_chars": 151568,
    "last_change": "2024-05-04T09:07:55.673708Z",
    "recent_changes": 15,
    "translated": 2932,
    "translated_words": 15338,
    "translated_percent": 74.0,
    "translated_words_percent": 65.3,
    "translated_chars": 100801,
    "translated_chars_percent": 66.5,
    "fuzzy": 96,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 2256,
    "fuzzy_words_percent": 9.6,
    "fuzzy_chars": 12705,
    "fuzzy_chars_percent": 8.3,
    "failing": 47,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 2.6,
    "readonly_words": 582,
    "readonly_words_percent": 2.4,
    "readonly_chars": 3767,
    "readonly_chars_percent": 2.4,
    "suggestions": 22,
    "comments": 9,
    "name": "Peek",
    "url": "https://hosted.weblate.org/projects/peek/"
}