NekosBest
Neko Images & Anime roleplaying GIFs
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Anime
- Documentation / URL
- https://docs.nekos.best
Overview
Nekos.best serves anime images — SFW and NSFW categories — as JSON, with a deterministic hash-based randomizer. Free and keyless.
⚠️ Gotcha (verified 2026-08): requests with a generic or missing User-Agent get blocked with HTTP 403 — the API requires a descriptive User-Agent (their docs specify the format, e.g.
<app-name>/<version>). Send a proper UA likecurl -A "my-app/1.0".
Quick Start
Random neko image (use a descriptive UA!):
curl -A "my-app/1.0" "https://nekos.best/api/v2/neko?amount=1"
{
"results": [
{
"url": "https://nekos.best/api/v2/neko/0001.png",
"artist_name": "...",
"artist_href": "https://...",
"source_url": "https://..."
}
]
}
Other categories:
curl -A "my-app/1.0" "https://nekos.best/api/v2/hug?amount=1"
curl -A "my-app/1.0" "https://nekos.best/api/v2/kiss?amount=1"
Authentication
None — keyless. But the User-Agent must be descriptive (403 otherwise, verified).
Rate Limits & Notes
- Free; be polite — no hard published limit.
- Categories: SFW (waifu, neko, hug, kiss, pat…) and NSFW variants.
amount=1-20returns multiple results per call.- The
urlfield points to the image;artist_href/source_urlcredit the artist. - CORS-enabled.
FAQ
Is NekosBest free? Yes — free and keyless.
Why 403?
The API requires a descriptive User-Agent (verified) — send one like my-app/1.0.
What categories are there? neko, waifu, hug, kiss, pat, and many more (SFW + NSFW).