Translation projects API.

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

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

{
    "total": 29117,
    "total_words": 223354,
    "total_chars": 1327699,
    "last_change": "2024-04-09T13:36:06.801124Z",
    "recent_changes": 91,
    "translated": 15800,
    "translated_words": 111893,
    "translated_percent": 54.2,
    "translated_words_percent": 50.0,
    "translated_chars": 658622,
    "translated_chars_percent": 49.6,
    "fuzzy": 676,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 5071,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 30312,
    "fuzzy_chars_percent": 2.2,
    "failing": 924,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1148,
    "readonly_percent": 3.9,
    "readonly_words": 8804,
    "readonly_words_percent": 3.9,
    "readonly_chars": 52331,
    "readonly_chars_percent": 3.9,
    "suggestions": 840,
    "comments": 5,
    "name": "candlepin",
    "url": "https://translate.fedoraproject.org/projects/candlepin/"
}