Translation projects API.

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

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

{
    "total": 1435790,
    "total_words": 10334338,
    "total_chars": 66019854,
    "last_change": "2024-04-23T16:07:16.122176Z",
    "recent_changes": 1340,
    "translated": 653126,
    "translated_words": 3997039,
    "translated_percent": 45.4,
    "translated_words_percent": 38.6,
    "translated_chars": 25157089,
    "translated_chars_percent": 38.1,
    "fuzzy": 172131,
    "fuzzy_percent": 11.9,
    "fuzzy_words": 788142,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 5249044,
    "fuzzy_chars_percent": 7.9,
    "failing": 65722,
    "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": 29034,
    "readonly_percent": 2.0,
    "readonly_words": 176085,
    "readonly_words_percent": 1.7,
    "readonly_chars": 1151918,
    "readonly_chars_percent": 1.7,
    "suggestions": 1478,
    "comments": 86,
    "name": "phpMyAdmin",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/"
}