Translation projects API.

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

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

{
    "total": 1111503,
    "total_words": 4870041,
    "last_change": "2024-05-18T11:37:12.364239Z",
    "recent_changes": 1948,
    "translated": 755855,
    "translated_words": 3208912,
    "translated_percent": 68.0,
    "translated_words_percent": 65.8,
    "translated_chars": 19821617,
    "translated_chars_percent": 65.8,
    "total_chars": 30116274,
    "fuzzy": 2367,
    "fuzzy_percent": 0.2,
    "failing": 30575,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 15284,
    "readonly_percent": 1.3,
    "suggestions": 0,
    "comments": 7,
    "name": "webtrees",
    "url": "https://translate.webtrees.net/projects/webtrees/"
}