Translation projects API.

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

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

{
    "total": 4460,
    "total_words": 20730,
    "total_chars": 133980,
    "last_change": "2024-03-04T04:45:15.069930Z",
    "recent_changes": 148,
    "translated": 4355,
    "translated_words": 19624,
    "translated_percent": 97.6,
    "translated_words_percent": 94.6,
    "translated_chars": 126756,
    "translated_chars_percent": 94.6,
    "fuzzy": 16,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 759,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 5066,
    "fuzzy_chars_percent": 3.7,
    "failing": 398,
    "failing_percent": 8.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 446,
    "readonly_percent": 10.0,
    "readonly_words": 2073,
    "readonly_words_percent": 10.0,
    "readonly_chars": 13398,
    "readonly_chars_percent": 10.0,
    "suggestions": 20,
    "comments": 1,
    "name": "classified-ads",
    "url": "https://translate.fedoraproject.org/projects/classified-ads/"
}