NekosBest
Anime neko images and roleplay GIFs with artist credits
Fetch a random anime image or reaction GIF by category, each response carrying the source URL and artist attribution. No key is needed and results are SFW. Categories span neko portraits plus hug, pat, and other roleplay animations.
GET https://nekos.best/api/v2/neko
{
"results": [
{
"artist_name": "よく寝るかれん",
"source_url": "https://x.com/yokuneru_x/status/1898312827720675484",
"url": "https://nekos.best/api/v2/neko/8a533129-3f4a-494c-860a-492f6f485038.png",
"dimensions": {
"width": 800,
"height": 1200
}
}
]
}curl "https://nekos.best/api/v2/neko"const res = await fetch("https://nekos.best/api/v2/neko");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://nekos.best/api/v2/neko")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/api/v2/nekoPROBEDAnime neko images and roleplay GIFs with artist credits
/apiApi — documented GET route.
/api/1Api details by ID (example: 1).
/api?limit=10Api — documented GET route.
/api/search?q=testSearch by query parameters.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
NekosBest: common questions
Is NekosBest free to use?
Yes — NekosBest is a free anime API. Free tier: Free, no key. Whether the free tier allows commercial use is unclear — check the provider docs.
Does NekosBest need an API key?
No — NekosBest needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call NekosBest from the browser?
Not directly — NekosBest doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is NekosBest up right now?
As of our last scheduled check, NekosBest is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.