Translation projects API.

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

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

{
    "total": 2145,
    "total_words": 26180,
    "total_chars": 195307,
    "last_change": "2025-03-12T21:27:05.894847Z",
    "recent_changes": 936,
    "translated": 1687,
    "translated_words": 19757,
    "translated_percent": 78.6,
    "translated_words_percent": 75.4,
    "translated_chars": 148225,
    "translated_chars_percent": 75.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 71,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 656,
    "readonly_percent": 30.5,
    "suggestions": 0,
    "comments": 0,
    "name": "TIB Conference Plugin",
    "url": "http://translate.pkp.sfu.ca/projects/conference/"
}