neko
Here's an example of fetching a neko image with the neko endpoint.
Fetching a neko image
Get a neko image & its details.
GET
https://nekos.pro/api/neko
Python example:
This example assumes you are using asyncio & running a Discord bot, which you should be using instead of requests, which is blocking.
Last updated