icanhazdadjoke (Independent Publisher) (Preview)
With this connector you can get a random dad joke or search for a dad joke.
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 | Daniel Laskewitz |
URL | https://youtube.com/daniellaskewitz |
daniel@laskewitz.io |
Connector Metadata | |
---|---|
Publisher | Daniel Laskewitz |
Website | https://icanhazdadjoke.com/ |
Privacy policy | https://icanhazdadjoke.com/about |
Categories | Lifestyle and Entertainment |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Fetch a dad joke |
Fetch a dad joke by Joke ID |
Fetch a random dad joke |
Fetch a random dad joke from icanhazdadjoke.com |
Search for dad jokes |
Search for dad jokes |
Fetch a dad joke
Fetch a dad joke by Joke ID
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Joke ID
|
jokeid | True | string |
Joke ID |
Returns
Name | Path | Type | Description |
---|---|---|---|
Joke ID
|
id | string |
Joke ID |
Joke
|
joke | string |
Joke |
Fetch a random dad joke
Fetch a random dad joke from icanhazdadjoke.com
Returns
Name | Path | Type | Description |
---|---|---|---|
Joke ID
|
id | string |
Joke ID |
Joke
|
joke | string |
joke |
Search for dad jokes
Search for dad jokes
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Page number
|
page | integer |
Which page of results to fetch |
|
Result Limit
|
limit | integer |
Number of results to return per page (default: 20) (max: 30) |
|
Search Term
|
term | string |
Search term to use (default: list all jokes) |
Returns
Name | Path | Type | Description |
---|---|---|---|
Current page
|
current_page | integer |
Current page number |
Result limit
|
limit | integer |
Number of results to return per page |
Next page
|
next_page | integer |
Next page number |
Previous page
|
previous_page | integer |
Previous page number |
Results
|
results | array of object |
Results |
Joke ID
|
results.id | string |
Joke ID |
Joke
|
results.joke | string |
Joke |
Search term
|
search_term | string |
Search term used |
Total jokes
|
total_jokes | integer |
Number of total jokes from the search |
Total pages
|
total_pages | integer |
Number of total pages from the search |