Translation projects API.

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

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

{
    "total": 2928,
    "total_words": 36635,
    "total_chars": 255833,
    "last_change": "2024-05-10T04:59:01.619677Z",
    "recent_changes": 418,
    "translated": 2367,
    "translated_words": 33015,
    "translated_percent": 80.8,
    "translated_words_percent": 90.1,
    "translated_chars": 231094,
    "translated_chars_percent": 90.3,
    "fuzzy": 29,
    "fuzzy_percent": 0.9,
    "failing": 133,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 237,
    "readonly_percent": 8.0,
    "suggestions": 3,
    "comments": 2,
    "name": "ORCID Profile Plugin",
    "url": "http://translate.pkp.sfu.ca/projects/orcid-profile-plugin/"
}