APIXP
Back to Documentation
API Documentation ยท Endpoints

Endpoints Catalog

14 categories ยท 81 endpoints. Every endpoint with its method, path, parameters and example calls โ€” tap a category below to jump to it.

๐Ÿง  AI2 endpoints

GET

Gemini AI

Chat with Google Gemini AI โ€” ask questions, get intelligent responses.

http
GET /api/v1/ai/gemini?apikey=APIKEY_VALUE&q=Q_VALUE

Parameters

apikeyRequired
Your API key
qRequired
Your message/question

Example Response

{
  "success": true,
  "data": {
    "response": "Hello! I'm Gemini AI. How can I help you today?",
    "model": "gemini-2.0-flash"
  }
}
GET

Perplexity

Perplexity-style AI with web-sourced answers and citations.

http
GET /api/v1/ai/pplxty?apikey=APIKEY_VALUE&q=Q_VALUE

Parameters

apikeyRequired
Your API key
qRequired
Your question
modelOptional
Model ID (default: auto)

โœจ POLLINATIONS AI20 endpoints

POST

GPT-5.4 Nano

Chat via Pollinations `openai-fast` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/chat-openai?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Claude

Chat via Pollinations `claude` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/claude?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Claude Sonnet 5

Chat via Pollinations `claude-sonnet-5` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/claude-sonnet-5?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Claude Opus 4.6

Chat via Pollinations `claude-opus-4.6` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/claude-opus-4.6?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

GPT-5 Nano

Chat via Pollinations `openai` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/gpt-5-nano?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Gemini 2.5 Flash Lite

Chat via Pollinations `gemini-fast` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/gemini-flash-lite?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Nova Micro

Chat via Pollinations `nova-fast` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/nova-micro?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Mistral Small 4

Chat via Pollinations `mistral` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/mistral?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Mistral Small 3.2

Chat via Pollinations `mistral-small-3.2` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/mistral-small-3.2?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Perplexity Sonar

Chat via Pollinations `perplexity-fast` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/perplexity-fast?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

DeepSeek V4 Flash

Chat via Pollinations `deepseek` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/deepseek?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

GPT-5.4 Mini

Chat via Pollinations `gpt-5.4-mini` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/gpt-5.4-mini?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

MiniMax M3

Chat via Pollinations `minimax` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/minimax?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Meta Llama 4 Scout

Chat via Pollinations `llama-scout` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/llama-scout?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Grok 4.20 Non-Reasoning

Chat via Pollinations `grok` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/grok?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Qwen3 Coder 30B

Chat via Pollinations `qwen-coder` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/qwen-coder?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Kimi K2.6

Chat via Pollinations `kimi` model. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/kimi?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your prompt/message
POST

Flux Schnell

Text-to-image via Pollinations `flux`. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/image-flux?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your image prompt
POST

AssemblyAI Universal-2

Text-to-speech via Pollinations `universal-2`. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/audio-universal-2?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Text to convert to speech
voiceOptional
Voice name (default nova)
POST

LTX-2

Text-to-video via Pollinations `ltx-2`. Uses pooled server keys if available, otherwise bring your own `upstream_key`.

http
POST /api/v1/pollinations/video-ltx-2?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your APIXP API key
upstream_keyOptional
Your Pollinations API key (optional). Get yours at https://enter.pollinations.ai/
qOptional
Your video prompt

๐Ÿ”ง Tools6 endpoints

GET

Fake Address Generator

Generate realistic fake addresses with names, phones & currencies.

http
GET /api/v1/tools/fake-address?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
countryOptional
Country code (e.g. US, GB, DE)

Example Response

{
  "success": true,
  "data": {
    "name": "John Doe",
    "address": "123 Main St, New York, NY 10001",
    "phone": "+1 212-555-0198",
    "currency": "USD"
  }
}
GET

GitHub User Repos

Fetch public repository list for any GitHub username.

http
GET /api/v1/tools/git-user?apikey=APIKEY_VALUE&username=USERNAME_VALUE

Parameters

apikeyRequired
Your API key
usernameRequired
GitHub username
GET

BIN Lookup

Look up bank card BIN โ€” issuer, type, country & brand.

http
GET /api/v1/tools/bindb-bin?apikey=APIKEY_VALUE&bin=BIN_VALUE

Parameters

apikeyRequired
Your API key
binRequired
First 6 digits of a card number
GET

Credit Card Generator

Generate test credit card numbers from any BIN.

http
GET /api/v1/tools/ccgen?apikey=APIKEY_VALUE&bin=BIN_VALUE

Parameters

apikeyRequired
Your API key
binRequired
BIN to generate from
GET

Coupon Scraper

Scrape coupons and promo codes for any online store.

http
GET /api/v1/tools/cpn?apikey=APIKEY_VALUE&domain=DOMAIN_VALUE

Parameters

apikeyRequired
Your API key
domainRequired
Store domain (e.g. amazon.com)
GET

Telegram Phone Lookup

Extract mobile phone number from Telegram ID or username.

http
GET /api/v1/tools/tg-phone?apikey=APIKEY_VALUE&q=Q_VALUE

Parameters

apikeyRequired
Your API key
qRequired
Telegram chat ID or username

โฌ‡๏ธ Downloaders5 endpoints

GET

YouTube Downloader

Download YouTube videos with metadata & thumbnails.

http
GET /api/v1/downloaders/yt-dl?apikey=APIKEY_VALUE&url=URL_VALUE

Parameters

apikeyRequired
Your API key
urlRequired
YouTube video URL
GET

Facebook Downloader

Download Facebook videos with multiple quality options.

http
GET /api/v1/downloaders/fb-dl?apikey=APIKEY_VALUE&url=URL_VALUE

Parameters

apikeyRequired
Your API key
urlRequired
Facebook video URL
GET

Instagram Downloader

Download Instagram photos, videos & reels.

http
GET /api/v1/downloaders/insta-dl?apikey=APIKEY_VALUE&url=URL_VALUE

Parameters

apikeyRequired
Your API key
urlRequired
Instagram post/reel URL
GET

TikTok Downloader

Download TikTok videos without watermark.

http
GET /api/v1/downloaders/tik-dl?apikey=APIKEY_VALUE&url=URL_VALUE

Parameters

apikeyRequired
Your API key
urlRequired
TikTok video URL
GET

Twitter/X Downloader

Download Twitter/X videos, GIFs and images.

http
GET /api/v1/downloaders/thrd-twit?apikey=APIKEY_VALUE&url=URL_VALUE

Parameters

apikeyRequired
Your API key
urlRequired
Tweet/post URL

๐Ÿ”Š Text-to-Speech3 endpoints

GET

TTS Languages

List all supported text-to-speech languages.

http
GET /api/v1/tts/langlist?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
GET

TTS Accents

List available accents by language.

http
GET /api/v1/tts/accentlist?apikey=APIKEY_VALUE&lang=LANG_VALUE

Parameters

apikeyRequired
Your API key
langRequired
Language code
POST

TTS Generate

Convert text to natural speech MP3 โ€” 69 languages, 15 accents.

http
POST /api/v1/tts/generate?apikey=APIKEY_VALUE&text=TEXT_VALUE

Parameters

apikeyRequired
Your API key
textRequired
Text to convert to speech
langOptional
Language code (default: en)
accentOptional
Accent (default: US)

โšก Utilities7 endpoints

GET

IP Geolocation

Get geographic & network info for any IP address.

http
GET /api/v1/utilities/ipinfo?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
ipOptional
IP address (default: requester IP)
GET

Phone Validator

Validate and format international phone numbers.

http
GET /api/v1/utilities/veriphone?apikey=APIKEY_VALUE&phone=PHONE_VALUE

Parameters

apikeyRequired
Your API key
phoneRequired
Phone number to validate
GET

Domain WHOIS

Look up domain registration and expiry info.

http
GET /api/v1/utilities/dmn?apikey=APIKEY_VALUE&domain=DOMAIN_VALUE

Parameters

apikeyRequired
Your API key
domainRequired
Domain name
GET

Translate

Translate text between 100+ languages instantly.

http
GET /api/v1/utilities/tr?apikey=APIKEY_VALUE&text=TEXT_VALUE&to=TO_VALUE

Parameters

apikeyRequired
Your API key
textRequired
Text to translate
fromOptional
Source language (auto if empty)
toRequired
Target language code
GET

Weather

Get current weather for any city.

http
GET /api/v1/utilities/wth?apikey=APIKEY_VALUE&city=CITY_VALUE

Parameters

apikeyRequired
Your API key
cityRequired
City name
GET

Temp Mail

Generate a disposable temporary email address.

http
GET /api/v1/utilities/tmail-gen?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
GET

FishFish Phishing Check

Check domains & URLs for phishing, malware & safety status.

http
GET /api/v1/utilities/fishfish?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
domainOptional
Domain to check
urlOptional
Full URL to check

โ˜๏ธ CLOUD STORAGE & FILE SHARING3 endpoints

POST

DDDOWNLOAD Upload

Upload a file to DDDOWNLOAD โ€” two-step flow: fetches upload server + sess_id, then forwards your file multipart.

http
POST /api/v1/cloud-storage/dddownload?apikey=APIKEY_VALUE&file=FILE_VALUE

Parameters

apikeyRequired
Your API key
fileRequired
File to upload (multipart/form-data field "file")
POST

ImgBB Image Upload

Upload an image to ImgBB โ€” fast private image sharing via API v1.

http
POST /api/v1/cloud-storage/imgbb?apikey=APIKEY_VALUE&image=IMAGE_VALUE

Parameters

apikeyRequired
Your API key
imageRequired
Image file (multipart), base64 data, or URL
nameOptional
Optional filename
expirationOptional
Auto-delete in seconds (60-15552000)
POST

Pastebin Text Paste

Create a text paste on Pastebin โ€” supports syntax highlighting, privacy, and expiration.

http
POST /api/v1/cloud-storage/pastebin?apikey=APIKEY_VALUE&paste=PASTE_VALUE

Parameters

apikeyRequired
Your API key
pasteRequired
Text content to paste
nameOptional
Paste title
formatOptional
Syntax highlighting code (bash, python, json...)
privateOptional
0=public, 1=unlisted
expireOptional
N, 10M, 1H, 1D, 1W, 2W, 1M, 6M, 1Y

๐Ÿ’ฐ Finance1 endpoint

GET

P2P Market

Binance P2P marketplace โ€” find crypto sellers/buyers.

http
GET /api/v1/finance/p2p?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
assetOptional
Crypto (default: USDT)
fiatOptional
Fiat currency (default: USD)
typeOptional
BUY or SELL

๐ŸŽŒ Anime7 endpoints

GET

Dattebayo API (Naruto)

Naruto characters, clans, villages, Akatsuki & more.

http
GET /api/v1/anime/dattebayo?apikey=APIKEY_VALUE&resource=RESOURCE_VALUE

Parameters

apikeyRequired
Your API key
resourceRequired
characters, clans, villages, kekkei-genkai, tailed-beasts, teams, akatsuki, or kara
idsOptional
Comma-separated IDs for specific items
pageOptional
Page number
limitOptional
Items per page
nameOptional
Filter by name
GET

Dragon Ball API

Dragon Ball characters & planets โ€” Goku, Vegeta & more.

http
GET /api/v1/anime/dragonball?apikey=APIKEY_VALUE&resource=RESOURCE_VALUE

Parameters

apikeyRequired
Your API key
resourceRequired
characters or planets
idOptional
Resource ID for single item (e.g., 1 for Goku)
pageOptional
Page number
limitOptional
Results per page
nameOptional
Filter by name
genderOptional
Male, Female, Unknown
raceOptional
Saiyan, Human, Namekian, etc.
affiliationOptional
Z Fighter, Villain, etc.
isDestroyedOptional
Planet filter: true or false
GET

NekosBest

Anime images & roleplaying GIFs โ€” neko, hug, kiss, pat & more.

http
GET /api/v1/anime/nekosbest?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
actionOptional
endpoints (list) or search
categoryOptional
Category: neko, hug, kiss, pat, wink, etc.
amountOptional
Results (1-20, default 1)
queryOptional
Search query (required with action=search)
typeOptional
Search: 1=images, 2=GIFs
GET

Nekosia API

Anime images with cute random pictures โ€” dominated colors & compression.

http
GET /api/v1/anime/nekosia?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
actionOptional
random, tags, or image-by-id
categoryOptional
Category: catgirl, foxgirl, wolfgirl, cute, maid etc.
countOptional
Images (1-20, default 1)
additionalTagsOptional
Comma-separated tags to include
blacklistedTagsOptional
Comma-separated tags to exclude
ratingOptional
safe or suggestive
sessionOptional
ip or id (duplicate avoidance)
idOptional
User ID for session
GET

PokรฉAPI

Pokรฉmon data โ€” species, abilities, moves, types, items, locations & more.

http
GET /api/v1/anime/pokeapi?apikey=APIKEY_VALUE&resource=RESOURCE_VALUE

Parameters

apikeyRequired
Your API key
resourceRequired
Resource: pokemon, ability, type, move, item, location, berry, generation, pokedex & 40+
idOptional
Resource ID or name (omit for paginated list)
limitOptional
Results per page (default 20)
offsetOptional
Results to skip
GET

Trace Moe

Find the exact anime scene from a screenshot by image URL.

http
GET /api/v1/anime/trace-moe?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
actionOptional
search or me (quota check)
urlOptional
Image URL to search (required for search action)
cutBordersOptional
Flag: auto-remove black bars
anilistIDOptional
Restrict to specific anime
anilistInfoOptional
Flag: return full AniList metadata
GET

Waifu.im

Waifu pictures from an archive of over 4000 images with multiple tags.

http
GET /api/v1/anime/waifuim?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
actionOptional
search, tags, or image-by-id
includedTagsOptional
Tags to include (comma-separated AND)
excludedTagsOptional
Tags to exclude
isNsfwOptional
true, false, or All
isAnimatedOptional
true for GIFs/animations
orientationOptional
Landscape, Portrait, Square
limitOptional
Number of images (default 1)

๐ŸŽฌ Video2 endpoints

GET

Ice & Fire API

Books, characters & houses from the Song of Ice and Fire universe.

http
GET /api/v1/video/iceandfire?apikey=APIKEY_VALUE&resource=RESOURCE_VALUE

Parameters

apikeyRequired
Your API key
resourceRequired
books, characters, or houses
idOptional
Resource ID (omit for list)
pageOptional
Page number
pageSizeOptional
Results per page
GET

Bob's Burgers API

Bob's Burgers show data โ€” characters, episodes, burgers, and more.

http
GET /api/v1/video/bburgers?apikey=APIKEY_VALUE&resource=RESOURCE_VALUE

Parameters

apikeyRequired
Your API key
resourceRequired
characters, episodes, storeNextDoor, pestControlTruck, endCreditsSequence, or burgerOfTheDay
idOptional
Resource ID or comma-separated IDs (omit for list)
sortByOptional
Sort by property
orderByOptional
asc or desc
limitOptional
Max results
skipOptional
Results to skip

๐Ÿ’ฌ Quotes6 endpoints

GET

Harry Potter Characters

Characters, students, staff & spells from Harry Potter.

http
GET /api/v1/quotes/harrypotter?apikey=APIKEY_VALUE&resource=RESOURCE_VALUE

Parameters

apikeyRequired
Your API key
resourceRequired
characters, students, staff, spells, house/{house}, or character/{id}
idOptional
Character UUID or house name (gryffindor)
GET

Lucifer Quotes

Random quotes from Lucifer Morningstar and characters.

http
GET /api/v1/quotes/lucifer?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
countOptional
Number of quotes (default: 1)
langOptional
Language code (en or fr)
GET

South Park Quotes

Quotes from South Park โ€” Cartman, Stan, Kyle, and more.

http
GET /api/v1/quotes/southpark?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
countOptional
Number of quotes (default: 1)
searchOptional
Search by character name or text
GET

Stranger Things Quotes

Quotes from Stranger Things โ€” Eleven, Steve, Dustin and crew.

http
GET /api/v1/quotes/strangerthings?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
countOptional
Number of quotes (default: 1)
GET

Stromberg Quotes

Quotes, characters & episodes from Stromberg (German series).

http
GET /api/v1/quotes/stromberg?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
resourceOptional
quotes (default), characters, or episodes
actionOptional
random, search, season, or id
valueOptional
Search term, season, or resource ID
GET

Supernatural Quotes

Quotes, characters & episodes from Supernatural.

http
GET /api/v1/quotes/supernatural?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
resourceOptional
quotes (default), characters, or episodes
actionOptional
random or omit for list
charOptional
Filter by character name
seasonOptional
Filter by season
pageOptional
Page number

๐ŸŽจ Art & Design8 endpoints

GET

Art Institute of Chicago

Search artworks or get details by ID from the Art Institute of Chicago collection.

http
GET /api/v1/art-design/artic?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
qOptional
Search query (e.g. sunflowers)
idOptional
Artwork ID (e.g. 129884)
GET

Art Search (ColorMagic)

Search color palettes by keyword โ€” find beautiful color combinations.

http
GET /api/v1/art-design/art-search?apikey=APIKEY_VALUE&q=Q_VALUE

Parameters

apikeyRequired
Your API key
qRequired
Search keyword (e.g. green)
GET

EmojiHub

Emoji database โ€” random emoji, all emojis, categories, groups, or search by name.

http
GET /api/v1/art-design/emojihub?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
modeOptional
random, all, categories, groups, search, similar
qOptional
Search query (required for search/similar mode)
categoryOptional
Filter by category
groupOptional
Filter by group
GET

Icon Horse

Get the favicon URL for any domain from Icon Horse.

http
GET /api/v1/art-design/icon-horse?apikey=APIKEY_VALUE&domain=DOMAIN_VALUE

Parameters

apikeyRequired
Your API key
domainRequired
Domain name (e.g. github.com)
GET

Logotypes

Brand logo data โ€” search by brand, get random logo, or list all available brands.

http
GET /api/v1/art-design/logotypes?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
modeOptional
random, name, or all
nameOptional
Brand name (required when mode=name)
GET

Metropolitan Museum of Art

Search the Met collection or get details by object ID. Includes departments list.

http
GET /api/v1/art-design/metmuseum?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
qOptional
Search query (e.g. sunflowers)
idOptional
Object ID (e.g. 436535)
modeOptional
departments to list departments
GET

PHP-Noise

Generate colorful noise pattern images as base64-encoded PNG.

http
GET /api/v1/art-design/php-noise?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
hexOptional
Base color hex code (e.g. ff5733)
tilesOptional
Number of tiles
tileSizeOptional
Tile size in pixels
borderWidthOptional
Border width
modeOptional
brightness or around
GET

The Color API

Identify a color by hex or generate color schemes with various modes.

http
GET /api/v1/art-design/thecolor?apikey=APIKEY_VALUE&hex=HEX_VALUE

Parameters

apikeyRequired
Your API key
hexRequired
Color hex code (e.g. 24B1E0)
modeOptional
id or scheme
schemeOptional
monochrome, complement, analogic, triad, etc.

๐Ÿ“š Books9 endpoints

GET

Gutendex

Project Gutenberg books catalog โ€” search, browse, and fetch books.

http
GET /api/v1/books/gutendex?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
qOptional
Search query (e.g. pride)
idOptional
Book ID for direct lookup
pageOptional
Page number for listing
GET

Open Library

Books, authors, covers โ€” search by query, author, work ID or edition ID.

http
GET /api/v1/books/open-library?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
modeOptional
search, author, work, or edition
qOptional
Search query
idOptional
Work/edition ID (e.g. OL123W)
GET

PoetryDB

Poetry collection โ€” list authors, search by title/author, random poem.

http
GET /api/v1/books/poetrydb?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
modeOptional
authors, random, or leave empty for all titles
authorOptional
Author name for search
titleOptional
Title or part of title
GET

Bible API (wldeh)

200+ Bible versions โ€” lookup verses/chapters by book, chapter & verse.

http
GET /api/v1/books/bible?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
modeOptional
versions to list all 200+ versions
versionOptional
Bible version ID (default: en-kjv)
bookOptional
Book name (e.g. genesis, john)
chapterOptional
Chapter number
verseOptional
Verse number (omit for whole chapter)
GET

Bible API (bible-api.com)

Free Bible API with multiple translations and natural-language reference lookup.

http
GET /api/v1/books/bible-api?apikey=APIKEY_VALUE&ref=REF_VALUE

Parameters

apikeyRequired
Your API key
refRequired
Bible reference (e.g. "john 3:16", "GEN 1:1")
translationOptional
Translation ID (e.g. kjv, web)
GET

Crossref Metadata Search

Books & articles metadata search โ€” DOIs, titles, authors, ISSN and more.

http
GET /api/v1/books/crossref?apikey=APIKEY_VALUE&q=Q_VALUE

Parameters

apikeyRequired
Your API key
qRequired
Search query
GET

Bhagavad Gita

Bhagavad Gita verses in telugu, odia, english and spanish via language code.

http
GET /api/v1/books/gita?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
languageOptional
Language code: tel, odi, eng, esp
modeOptional
verse or serial
chapterOptional
Chapter number
verseOptional
Verse number
serialOptional
Global serial number (mode=serial)
GET

Quran Cloud

RESTful Quran API โ€” retrieve ayah, surah, juz, editions or search the Holy Quran.

http
GET /api/v1/books/quran-cloud?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
modeOptional
random, surah, ayah, editions, search
numberOptional
Global ayah number
surahOptional
Surah number
editionOptional
Edition identifier
qOptional
Search query for mode=search
GET

Quran API

Free Quran API with 90+ languages and 400+ translations via jsDelivr CDN.

http
GET /api/v1/books/quran-api?apikey=APIKEY_VALUE

Parameters

apikeyRequired
Your API key
modeOptional
editions, edition, chapter, verse, segment
editionOptional
Edition name
chapterOptional
Chapter number
verseOptional
Verse number
segmentOptional
juz, ruku, page, manzil, maqra
segment_noOptional
Segment number