Translation projects API.

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

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

{
    "total": 172,
    "total_words": 319,
    "total_chars": 1639,
    "last_change": "2023-07-23T09:08:41.591982Z",
    "recent_changes": 62,
    "translated": 162,
    "translated_words": 309,
    "translated_percent": 94.1,
    "translated_words_percent": 96.8,
    "translated_chars": 1579,
    "translated_chars_percent": 96.3,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 6,
    "fuzzy_chars_percent": 0.3,
    "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": 7,
    "readonly_percent": 4.0,
    "readonly_words": 14,
    "readonly_words_percent": 4.3,
    "readonly_chars": 71,
    "readonly_chars_percent": 4.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Harbour Base64",
    "url": "https://hosted.weblate.org/projects/harbour-base64/"
}