Translation projects API.

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

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

{
    "total": 43472,
    "total_words": 398155,
    "total_chars": 2692395,
    "last_change": "2024-04-24T12:39:56.814375Z",
    "recent_changes": 2664,
    "translated": 36358,
    "translated_words": 315066,
    "translated_percent": 83.6,
    "translated_words_percent": 79.1,
    "translated_chars": 2116932,
    "translated_chars_percent": 78.6,
    "fuzzy": 224,
    "fuzzy_percent": 0.5,
    "failing": 1091,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 346,
    "readonly_percent": 0.7,
    "suggestions": 3,
    "comments": 16,
    "name": "Open Monograph Press",
    "url": "http://translate.pkp.sfu.ca/projects/omp/"
}