Translation projects API.

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

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

{
    "total": 1198362,
    "total_words": 4702072,
    "total_chars": 29420620,
    "last_change": "2024-03-28T08:07:34.117873Z",
    "recent_changes": 233,
    "translated": 709890,
    "translated_words": 2570411,
    "translated_percent": 59.2,
    "translated_words_percent": 54.6,
    "translated_chars": 16053295,
    "translated_chars_percent": 54.5,
    "fuzzy": 16703,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 127605,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 809302,
    "fuzzy_chars_percent": 2.7,
    "failing": 71826,
    "failing_percent": 5.9,
    "approved": 6704,
    "approved_percent": 0.5,
    "approved_words": 30115,
    "approved_words_percent": 0.6,
    "approved_chars": 184866,
    "approved_chars_percent": 0.6,
    "readonly": 25975,
    "readonly_percent": 2.1,
    "readonly_words": 81444,
    "readonly_words_percent": 1.7,
    "readonly_chars": 515529,
    "readonly_chars_percent": 1.7,
    "suggestions": 1368,
    "comments": 1039,
    "name": "OsmAnd",
    "url": "https://hosted.weblate.org/projects/osmand/"
}