Meme (Independent Publisher)
Meme is a JSON API for a random meme from reddit.
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://github.com/D3vd/Meme_Api |
Privacy policy | https://github.com/D3vd/Meme_Api |
Categories | Social Media |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get random meme |
Retrieves a random meme scraped from reddit. |
Get random meme scraped from a subreddit |
Retrieves a random meme from a specific subreddit. |
Get random meme
Retrieves a random meme scraped from reddit.
Returns
Name | Path | Type | Description |
---|---|---|---|
Post Link
|
postLink | string |
The post URL link. |
Subreddit
|
subreddit | string |
The subreddit. |
Title
|
title | string |
The title. |
URL
|
url | string |
The URL address. |
NSFW
|
nsfw | boolean |
Whether NSFW. |
Spoiler
|
spoiler | boolean |
Whether spoiler. |
Author
|
author | string |
The author. |
UPS
|
ups | integer |
The UPS number. |
Preview
|
preview | array of string |
The image previews. |
Get random meme scraped from a subreddit
Retrieves a random meme from a specific subreddit.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Subreddit
|
subreddit | True | string |
The subreddit. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Post Link
|
postLink | string |
The post URL address. |
Subreddit
|
subreddit | string |
The subredit. |
Title
|
title | string |
The title. |
URL
|
url | string |
The URL address. |
NSFW
|
nsfw | boolean |
Whether NSFW. |
Spoiler
|
spoiler | boolean |
Whether spoiler. |
Author
|
author | string |
The author. |
UPS
|
ups | integer |
The UPS number. |
Preview
|
preview | array of string |
The preview images. |