We Are So Back — API Are we so back, or is it so over? This API tracks real-time sentiment on X and produces a single score from 0 to 100. Usage ----- GET /status Accept header options: - application/json (default) - text/toon JSON response format: { "score": 58.4, "label": "we are so back", "trend": "^", "trend_label": "rising", "start_date": "2025-01-15T11:30:00.000Z", "end_date": "2025-01-15T12:00:00.000Z" } TOON response format (Accept: text/toon): score 58.4 label "we are so back" trend "^" trend_label "rising" start_date "2025-01-15T11:30:00.000Z" end_date "2025-01-15T12:00:00.000Z" score — 0 to 100. Higher means more "we are so back". Lower means more "it's so over". 50 is neutral. label — "we are so back" if score >= 50, "its so over" otherwise trend — "^" for rising, "v" for falling, "~" for flat/new trend_label— human label for trend direction start_date — start of the scoring window (ISO 8601, UTC) end_date — end of the scoring window (ISO 8601, UTC)