Translation projects API.

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

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

{
    "total": 4440,
    "total_words": 32042,
    "total_chars": 188996,
    "last_change": "2024-04-22T16:35:59.792966Z",
    "recent_changes": 251,
    "translated": 2346,
    "translated_words": 16986,
    "translated_percent": 52.8,
    "translated_words_percent": 53.0,
    "translated_chars": 99494,
    "translated_chars_percent": 52.6,
    "fuzzy": 87,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 567,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 3820,
    "fuzzy_chars_percent": 2.0,
    "failing": 27,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 60,
    "readonly_percent": 1.3,
    "readonly_words": 433,
    "readonly_words_percent": 1.3,
    "readonly_chars": 2554,
    "readonly_chars_percent": 1.3,
    "suggestions": 105,
    "comments": 0,
    "name": "fprintd",
    "url": "https://translate.fedoraproject.org/projects/fprintd/"
}