Topics
Get Topic Info
Get detailed information about a specific topic by ID or URL slug.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.userorbit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Request Body
Topic ID (UUID) or URL slug (e.g., “add-mobile-app-abc123”)
Response
Topic object with full details (null if not found)
Team information
Behavior
- UUID or Slug: Accepts both UUID and URL slug
- Visit Tracking: Increments visit counter (throttled to once per 2 minutes)
- Not Found: Returns
data: nullif topic doesn’t exist - Stage Included: Returns full stage object with topic
URL Slug Format
URL slugs follow the format:{title-slug}-{urlId}
Example: add-mobile-app-abc123
The endpoint extracts the urlId (last segment) to find the topic.
Use Cases
- Topic Detail Page: Display full topic information
- Vote Display: Show current vote and comment counts
- Stage Information: Display current stage and status
Notes
- Returns
nullif topic not found (not a 404 error) - Visit count updates at most once per 2 minutes per view
- Includes stage object for context
- Team information always included

