Translation projects API.

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

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

{
    "total": 3240,
    "total_words": 16848,
    "total_chars": 109188,
    "last_change": "2024-03-04T15:36:41.270387Z",
    "recent_changes": 365,
    "translated": 2436,
    "translated_words": 12481,
    "translated_percent": 75.1,
    "translated_words_percent": 74.0,
    "translated_chars": 80325,
    "translated_chars_percent": 73.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 120,
    "failing_percent": 3.7,
    "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.8,
    "readonly_words": 312,
    "readonly_words_percent": 1.8,
    "readonly_chars": 2022,
    "readonly_chars_percent": 1.8,
    "suggestions": 25,
    "comments": 0,
    "name": "initial-setup",
    "url": "https://translate.fedoraproject.org/projects/initial-setup/"
}