Translation projects API.

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

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

{
    "total": 5970,
    "total_words": 21846,
    "total_chars": 135455,
    "last_change": "2024-01-01T22:11:15.904202Z",
    "recent_changes": 138,
    "translated": 3586,
    "translated_words": 11764,
    "translated_percent": 60.0,
    "translated_words_percent": 53.8,
    "translated_chars": 72111,
    "translated_chars_percent": 53.2,
    "fuzzy": 86,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 812,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 5146,
    "fuzzy_chars_percent": 3.7,
    "failing": 207,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 679,
    "readonly_percent": 11.3,
    "readonly_words": 833,
    "readonly_words_percent": 3.8,
    "readonly_chars": 4369,
    "readonly_chars_percent": 3.2,
    "suggestions": 24,
    "comments": 34,
    "name": "Openbmap",
    "url": "https://hosted.weblate.org/projects/openbmap/"
}