Launch Hub API
Full REST API for products, comments, upvotes, users, and more. Manage keys, explore endpoints, and test requests.
https://launch-hub.appwrite.vishodi.tech/functions/v1/api-productsList and filter products. Supports pagination, category filtering, and sorting.
/api-product-detailGet a single product with full details, comments, and upvote count.
/api-commentsGet comments for a product. Supports pagination.
/api-commentsAdd a comment to a product. Supports threaded replies via parentId.
/api-upvoteToggle upvote on a product. Returns new upvote state.
/api-usersGet user profile with products, comments, topics, and total upvotes.
/api-topicsList forum categories with optional recent topics per category.
/api-leaderboardGet top products ranked by upvotes. Filter by time period.
/api-notificationsGet user notifications with unread count.
/api-searchFull-text search across products or forum topics.
/api-trendingGet trending products: hot (7-day), newest, and most discussed.