Hebrew Trivia
## 🎯 Why Hebrew Trivia API? The **only Hebrew-language trivia API on RapidAPI** — built for developers who want to create engaging quiz apps, educational tools, and games for Hebrew-speaking audiences. ## ✨ Key Features - **1,500+ Hebrew questions** across 24 categories - **Session tracking** — users never see the same question twice - **3 difficulty levels** — easy, medium, hard - **Category…
Hebrew Trivia endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Random Questions /get-random-questions |
Returns a batch of random Hebrew trivia questions (up to 20). Optionally filter by category_id and difficulty. Pass a session_token from POST /create-session to avoid repeating… |
| GET |
Get Categories /get-categories |
Returns all available trivia categories with their id, Hebrew name, and English name. Use the id as the category_id parameter in /get-random-questions. |
| GET |
Get Questions Count /get-questions-count |
Returns the total number of Hebrew questions in the database and a per-category breakdown. Useful for showing progress or knowing when a session is exhausted. |
| POST |
Create Session /create-session |
Creates a new trivia session and returns a session_token. Pass this token to other endpoints to track which questions have been seen and avoid repetition. Sessions reset… |
Hebrew Trivia pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $50 / month | — |
|