Translation projects API.

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

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

{
    "total": 6607,
    "total_words": 35719,
    "total_chars": 217299,
    "last_change": "2024-05-04T15:12:34.072373Z",
    "recent_changes": 132,
    "translated": 5383,
    "translated_words": 29832,
    "translated_percent": 81.4,
    "translated_words_percent": 83.5,
    "translated_chars": 180965,
    "translated_chars_percent": 83.2,
    "fuzzy": 474,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 2028,
    "fuzzy_words_percent": 5.6,
    "fuzzy_chars": 12578,
    "fuzzy_chars_percent": 5.7,
    "failing": 299,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 161,
    "readonly_percent": 2.4,
    "readonly_words": 860,
    "readonly_words_percent": 2.4,
    "readonly_chars": 5234,
    "readonly_chars_percent": 2.4,
    "suggestions": 566,
    "comments": 1,
    "name": "fedora-media-writer",
    "url": "https://translate.fedoraproject.org/projects/fedora-media-writer/"
}