Jservice (Independent Publisher) [DEPRECATED]
jService contains over 200,000 trivia questions from Jeopardy. Clues can be retrieved by dollar value, category, or date of the show.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://jservice.io/ |
Privacy policy | https://jservice.io/ |
Categories | Lifestyle and Entertainment |
jService [DEPRECATED]
jService contains over 200,000 trivia questions from Jeopardy. Clues can be retrieved by dollar value, category, or date of the show.
There are no prerequisites to use this service.
There are no credentials needed to use this service.
Retrieves a list of clues.
Retrieve a list of random clues.
Retrieve a list of random final questions.
Retrieve the list of categories.
Retrieve a list of clues from a category.
This service is no longer running per the service Github repo: jService.
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Get categories [DEPRECATED] |
Retrieve the list of categories. |
Get clues [DEPRECATED] |
Retrieves a list of clues. |
Get final questions [DEPRECATED] |
Retrieve a list of random final questions. |
Get random clues [DEPRECATED] |
Retrieve a list of random clues. |
Get single category [DEPRECATED] |
Retrieve a list of clues from a category. |
Retrieve the list of categories.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Count
|
count | integer |
The count. |
|
Offset
|
offset | integer |
The offset. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
ID
|
id | integer |
The identifier. |
Title
|
title | string |
The title. |
Clues Count
|
clues_count | integer |
The clue count. |
Retrieves a list of clues.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Value
|
value | integer |
The value. |
|
Category
|
category | integer |
The category. |
|
Earliest Date
|
min_date | string |
The earliest date. |
|
Latest Date
|
max_date | string |
The latest date. |
|
Offset
|
offset | integer |
The offset. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
ID
|
id | integer |
The identifier. |
Answer
|
answer | string |
The answer. |
Question
|
question | string |
The question. |
Value
|
value | integer |
The value. |
Airdate
|
airdate | string |
The airdate. |
Created At
|
created_at | string |
When created at. |
Updated At
|
updated_at | string |
When updated at. |
Category ID
|
category_id | integer |
The category identifier. |
Game ID
|
game_id | integer |
The game identifier. |
Invalid Count
|
invalid_count | string |
The invalid count. |
ID
|
category.id | integer |
The identifier. |
Title
|
category.title | string |
The title. |
Created At
|
category.created_at | string |
When created at. |
Updated At
|
category.updated_at | string |
When updated at. |
Clues Count
|
category.clues_count | integer |
The clues count. |
Retrieve a list of random final questions.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Count
|
count | integer |
The count. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
ID
|
id | integer |
The identifier. |
Answer
|
answer | string |
The answer. |
Question
|
question | string |
The question. |
Value
|
value | string |
The value. |
Airdate
|
airdate | string |
The airdate. |
Created At
|
created_at | string |
When created at. |
Updated At
|
updated_at | string |
When updated at. |
Category ID
|
category_id | integer |
The category identifier. |
Game ID
|
game_id | integer |
The game identifier. |
Invalid Count
|
invalid_count | string |
The invalid count. |
ID
|
category.id | integer |
The identifier. |
Title
|
category.title | string |
The title. |
Created At
|
category.created_at | string |
When created at. |
Updated At
|
category.updated_at | string |
When updated at. |
Clues Count
|
category.clues_count | integer |
The clues count. |
Retrieve a list of random clues.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Count
|
count | integer |
The count. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
ID
|
id | integer |
The identifier. |
Answer
|
answer | string |
The answer. |
Question
|
question | string |
The question. |
Value
|
value | integer |
The value. |
Airdate
|
airdate | string |
The airdate. |
Created At
|
created_at | string |
When created at. |
Updated At
|
updated_at | string |
When updated at. |
Category ID
|
category_id | integer |
The category identifier. |
Game ID
|
game_id | integer |
The game identifier. |
Invalid Count
|
invalid_count | string |
The invalid count. |
ID
|
category.id | integer |
The identifier. |
Title
|
category.title | string |
The title. |
Created At
|
category.created_at | string |
When created at. |
Updated At
|
category.updated_at | string |
When updated at. |
Clues Count
|
category.clues_count | integer |
The clues count. |
Retrieve a list of clues from a category.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | integer |
The identifier. |
Returns
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | integer |
The identifier. |
Title
|
title | string |
The title. |
Clues Count
|
clues_count | integer |
The clues count. |
clues
|
clues | array of object |
clues |
ID
|
clues.id | integer |
The identifier. |
Answer
|
clues.answer | string |
The answer. |
Question
|
clues.question | string |
The question. |
Value
|
clues.value | integer |
The value. |
Airdate
|
clues.airdate | string |
The airdate. |
Category ID
|
clues.category_id | integer |
The category identifier. |
Game ID
|
clues.game_id | integer |
The game identifier. |
Invalid Count
|
clues.invalid_count | string |
The invalid count. |