WikiSearch
Search 4.8M+ Wikipedia articles with hybrid semantic search. Faster and smarter than the standard Wikipedia API.
1 subscribers
18 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
WikiSearch endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health_health_get /health |
|
| auth | ||
| GET |
logout_auth_logout_get /auth/logout |
Clear OAuth session (client-side) |
| GET |
google_login_auth_google_login_get /auth/google/login |
Redirect to Google OAuth login |
| GET |
google_callback_auth_google_callback_get /auth/google/callback |
Handle Google OAuth callback |
| api | ||
| POST |
create_checkout_api_checkout_post /api/checkout |
Create a Stripe checkout session to upgrade to Pro plan. Pro plan includes 10,000 requests/month and 100 requests/minute. Returns a checkout URL to complete payment via Stripe. |
| POST |
text_search_api_search_post /api/search |
Vector-only semantic search using GPU-accelerated FAISS. Uses sentence embeddings to find semantically similar articles. For better results, use /api/hybrid which combines vector… |
| GET |
get_article_api_article__article_id__get /api/article/{article_id} |
Get full article content by ID. Use this endpoint to lazy-load full article text after search results are displayed. Returns the complete article content, summary, metadata, and… |
| POST |
send_contact_api_contact_post /api/contact |
Send contact form email |
| POST |
hybrid_search_api_hybrid_post /api/hybrid |
Hybrid search combining vector similarity and BM25 keyword search. Modes: - hybrid: Combines vector + BM25 using Reciprocal Rank Fusion (RRF) - vector: Vector similarity search… |
| POST |
get_articles_batch_api_articles_post /api/articles |
Get full article content for multiple IDs in a single request. Use this endpoint to prefetch/lazy-load full articles for search results. Limit: 20 articles per request to prevent… |
| POST |
register_api_register_post /api/register |
Register for a free API key. Free tier includes 100 requests/month and 10 requests/minute rate limit. One API key per email per month. OAuth users get keys automatically. |
| GET |
get_usage_api_usage_get /api/usage |
Get current API usage statistics for your key. Returns monthly request count, limits, reset date, and IP addresses that have used this key. Requires valid API key. |
| webhook | ||
| POST |
stripe_webhook_webhook_stripe_post /webhook/stripe |
|
| sitemap.xml | ||
| GET |
sitemap_sitemap_xml_get /sitemap.xml |
Generate XML sitemap for Google indexing |
| robots.txt | ||
| GET |
robots_robots_txt_get /robots.txt |
Robots.txt for search engine crawlers |
| favicon.ico | ||
| GET |
favicon_favicon_ico_get /favicon.ico |
Serve favicon |
| llms.txt | ||
| GET |
llms_txt_llms_txt_get /llms.txt |
LLMs.txt for AI agents and crawlers |
| Other endpoints | ||
| GET |
home__get / |
|
WikiSearch pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|