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.