Translation projects API.

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

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

{
    "total": 88,
    "total_words": 176,
    "total_chars": 1144,
    "last_change": "2023-01-23T20:37:31.922649Z",
    "recent_changes": 35,
    "translated": 84,
    "translated_words": 168,
    "translated_percent": 95.4,
    "translated_words_percent": 95.4,
    "translated_chars": 1088,
    "translated_chars_percent": 95.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 4.5,
    "readonly_words": 8,
    "readonly_words_percent": 4.5,
    "readonly_chars": 52,
    "readonly_chars_percent": 4.5,
    "suggestions": 1,
    "comments": 0,
    "name": "Harbour Papocchio",
    "url": "https://hosted.weblate.org/projects/harbour-papocchio/"
}