Translation projects API.

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

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

{
    "total": 585,
    "total_words": 767,
    "total_chars": 4485,
    "last_change": "2024-03-17T19:01:46.016441Z",
    "recent_changes": 4,
    "translated": 561,
    "translated_words": 737,
    "translated_percent": 95.8,
    "translated_words_percent": 96.0,
    "translated_chars": 4341,
    "translated_chars_percent": 96.7,
    "fuzzy": 10,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 50,
    "fuzzy_chars_percent": 1.1,
    "failing": 28,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 7.6,
    "readonly_words": 59,
    "readonly_words_percent": 7.6,
    "readonly_chars": 345,
    "readonly_chars_percent": 7.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Harbour SailHN",
    "url": "https://hosted.weblate.org/projects/harbour-sailhn/"
}