Translation projects API.

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

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

{
    "total": 110218,
    "total_words": 1479429,
    "total_chars": 8556538,
    "last_change": "2024-05-07T18:07:36.739067Z",
    "recent_changes": 25,
    "translated": 70205,
    "translated_words": 689261,
    "translated_percent": 63.6,
    "translated_words_percent": 46.5,
    "translated_chars": 4012959,
    "translated_chars_percent": 46.8,
    "fuzzy": 1642,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 15564,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 88880,
    "fuzzy_chars_percent": 1.0,
    "failing": 1781,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6357,
    "readonly_percent": 5.7,
    "readonly_words": 79166,
    "readonly_words_percent": 5.3,
    "readonly_chars": 458748,
    "readonly_chars_percent": 5.3,
    "suggestions": 276,
    "comments": 75,
    "name": "OpenOrienteering",
    "url": "https://hosted.weblate.org/projects/openorienteering/"
}