Translation projects API.

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

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

{
    "total": 203608,
    "total_words": 1440304,
    "total_chars": 9480259,
    "last_change": "2024-04-26T15:13:21.040425Z",
    "recent_changes": 3076,
    "translated": 139937,
    "translated_words": 871551,
    "translated_percent": 68.7,
    "translated_words_percent": 60.5,
    "translated_chars": 5668929,
    "translated_chars_percent": 59.7,
    "fuzzy": 2158,
    "fuzzy_percent": 1.0,
    "failing": 4428,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1048,
    "readonly_percent": 0.5,
    "suggestions": 140,
    "comments": 50,
    "name": "PKP Web Application Library",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/"
}