385144e862
* Create README.md * Update README.md * Add files via upload * Delete apiProperties.json * Delete apiDefinition.swagger.json * Add files via upload * Delete apiDefinition.swagger.json * Delete apiProperties.json * Add files via upload * Update apiProperties.json * Update apiProperties.json * Update apiDefinition.swagger.json * Update README.md * Update apiDefinition.swagger.json * Rename independent-publisher-connectors/OpenTriviaDB Proposal- OTDB (Independent Publisher)/README.md to independent-publisher-connectors/OpenTriviaDB (Independent Publisher)README.md * Rename independent-publisher-connectors/OpenTriviaDB (Independent Publisher)README.md to independent-publisher-connectors/OpenTriviaDB (Independent Publisher)/README.md * Create README.md * Delete independent-publisher-connectors/OpenTriviaDB (Independent Publisher) directory * Rename independent-publisher-connectors/OpenTriviaDB Proposal- OTDB (Independent Publisher)/README.md to independent-publisher-connectors/OpenTriviaDB (Independent Publisher)/README.md * Rename independent-publisher-connectors/OpenTriviaDB Proposal- OTDB (Independent Publisher)/apiDefinition.swagger.json to independent-publisher-connectors/OpenTriviaDB (Independent Publisher)/apiDefinition.swagger.json * Rename independent-publisher-connectors/OpenTriviaDB Proposal- OTDB (Independent Publisher)/apiProperties.json to independent-publisher-connectors/OpenTriviaDB (Independent Publisher)/apiProperties.json * Rename independent-publisher-connectors/OpenTriviaDB (Independent Publisher)/README.md to independent-publisher-connectors/OpenTriviaDB/README.md * Rename independent-publisher-connectors/OpenTriviaDB (Independent Publisher)/apiDefinition.swagger.json to independent-publisher-connectors/OpenTriviaDB/apiDefinition.swagger.json * Rename independent-publisher-connectors/OpenTriviaDB (Independent Publisher)/apiProperties.json to independent-publisher-connectors/OpenTriviaDB/apiProperties.json |
||
---|---|---|
.. | ||
README.md | ||
apiDefinition.swagger.json | ||
apiProperties.json |
README.md
Open Trivia Database
The Open Trivia DB is a fun and interactive API that provides an easy way to acquire fun and random trivia questions at a moments notice.
Publisher: Kiveshan Naidoo, Rishay Sunder
Prerequisites
None
Supported Operations
Get a certain number of trivia questions, based on a criteria
Get a certain amount of questions from the database based on categories such as difficulty, Question Type and Category. Leaving these options blank will return a random question
Category Lookup
Returns the entire list of categories and ids in the database.
Category Question Count Lookup:
Returns the number of questions in the database, in a specific category.
Global Question Count Lookup:
Returns the number of ALL questions in the database. Total, Pending, Verified, and Rejected.
Obtaining Credentials
No credentials required
Limitations
Only 1 Category can be requested per API Call. To get questions from any category, don't specify a category. A Maximum of 50 Questions can be retrieved per call.
API Documentation
Visit the Open Trivia DB page for further details