YouTube Comment API
This API generates an image styled like a YouTube comment.
๐ Endpoint
GET /api/youtubecomment
๐งพ Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
username |
string | Yes | The commenter's name |
comment |
string | Yes | The comment content |
avatar |
string (URL) | No | URL of the avatar image |
likes |
integer | No | Number of likes (default: 0) |
dislikes |
integer | No | Number of dislikes (default: 0) |
๐ Example Request
https://foxy.owlhosting.cloud/api/youtubecomment?username=AyoPurple&comment=This%20is%20a%20test&likes=100&dislikes=5
๐งช Test the API
Ship API
Generates a shipping image with two avatars and a random percentage.
๐ Endpoint
GET /api/ship
๐งพ Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
img1 |
string | Yes | URL of the first image (left) |
img2 |
string | Yes | URL of the second image (right) |
percent |
integer | No | define the percentage number (default: random number) |
๐ Example Request
https://foxy.owlhosting.cloud/api/ship?img1=https://i.imgur.com/img1.png&img2=https://i.imgur.com/img2.png&percent=100
๐งช Test the API
Drake Meme API
Generate the classic Drake meme with custom text or image URLs!
๐ Endpoint
GET /api/drake
๐งพ Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
No |
string or image URL | Yes | Text or image shown in the top panel (Drake rejecting) |
Yes |
string or image URL | Yes | Text or image shown in the bottom panel (Drake approving) |
๐ Example Request
https://foxy.owlhosting.cloud/api/drake?no=Homework&yes=Gaming
https://foxy.owlhosting.cloud/api/drake?no=https://i.imgur.com/no.png&yes=https://i.imgur.com/yes.png
๐งช Test the API
Another API (Coming Soon)
new endpoints coming soon.