Translation projects API.

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

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

{
    "total": 1243,
    "total_words": 1975,
    "total_chars": 10709,
    "last_change": "2023-09-17T16:01:08.817339Z",
    "recent_changes": 115,
    "translated": 1225,
    "translated_words": 1942,
    "translated_percent": 98.5,
    "translated_words_percent": 98.3,
    "translated_chars": 10532,
    "translated_chars_percent": 98.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 33,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 8.3,
    "readonly_words": 165,
    "readonly_words_percent": 8.3,
    "readonly_chars": 895,
    "readonly_chars_percent": 8.3,
    "suggestions": 11,
    "comments": 0,
    "name": "Harbour Money",
    "url": "https://hosted.weblate.org/projects/harbour-money/"
}