NekosBest

Anime neko images and roleplay GIFs with artist credits

🌸 AnimeUNMONITOREDchecked 2h ago
AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
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
      }
    }
  ]
}
Call itcurl · fetch · python
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

Endpoints · 5On scheduleFULL DOCS ↗
First rollup pending — GET /api/v2/neko has been probed
GET/api/v2/nekoPROBED

Anime neko images and roleplay GIFs with artist credits

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

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.