Translation projects API.

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

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

{
    "total": 33122,
    "total_words": 305987,
    "total_chars": 2162101,
    "last_change": "2024-02-23T12:35:57.015406Z",
    "recent_changes": 1060,
    "translated": 22949,
    "translated_words": 190111,
    "translated_percent": 69.2,
    "translated_words_percent": 62.1,
    "translated_chars": 1304561,
    "translated_chars_percent": 60.3,
    "fuzzy": 398,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 3245,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 35361,
    "fuzzy_chars_percent": 1.6,
    "failing": 1038,
    "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": 1304,
    "readonly_percent": 3.9,
    "readonly_words": 12501,
    "readonly_words_percent": 4.0,
    "readonly_chars": 88844,
    "readonly_chars_percent": 4.1,
    "suggestions": 853,
    "comments": 51,
    "name": "authselect",
    "url": "https://translate.fedoraproject.org/projects/authselect/"
}