Translation projects API.

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

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

{
    "total": 2608,
    "total_words": 8892,
    "total_chars": 58647,
    "last_change": "2024-03-17T15:01:58.072610Z",
    "recent_changes": 48,
    "translated": 2067,
    "translated_words": 6685,
    "translated_percent": 79.2,
    "translated_words_percent": 75.1,
    "translated_chars": 43416,
    "translated_chars_percent": 74.0,
    "fuzzy": 48,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 204,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 1272,
    "fuzzy_chars_percent": 2.1,
    "failing": 31,
    "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": 190,
    "readonly_percent": 7.2,
    "readonly_words": 710,
    "readonly_words_percent": 7.9,
    "readonly_chars": 3565,
    "readonly_chars_percent": 6.0,
    "suggestions": 9,
    "comments": 3,
    "name": "Trackbook",
    "url": "https://hosted.weblate.org/projects/trackbook/"
}