Moe counter

🔑 » IP address & geolocation

GET /api/v2/geoip/:ip
Get IP address geolocation from the latest MaxMind database. Queries are supported by the geoip-lite2 module.
Bulk usage of this endpoint is not permitted.
GET /api/v2/geoip/me
Get your geolocation or the client's geolocation (when running the script on a client machine, such as in a web browser). Also powered by MaxMind.
Bulk usage of this endpoint is also not permitted.
GET /api/v2/ip-checker/:ip
Allows for pseudo-detection of VPNs, proxies, TOR, or high-risk (suspicious) addresses. The database is updated daily.
It is recommended to use this as an additional layer of protection. For more accurate detection, consider using an alternative solution.
GET /api/v2/ip
Returns your IPv4 or IPv6 address.

🌌 » Discord

GET /api/v2/discord/user/:userId
Get information about a Discord member using their ID. Fast response and caching system.
POST /api/v2/discord/invitation
Get information about a server using an invitation URL.

🔹 Body

🔤 » Strings

GET /api/v2/random/kaomoji/:type
type = cat; dog; owo; uwu; love;
GET /api/v2/random/string/:type
type = 8ball (PL version);

📷 » Images

GET /api/v2/random/animal/:type
type = cat; dog; fox; fish; alpaca; bird;

🎥 » Videos

GET /api/v2/random/yt-video/:type
type = hl-cats;

✨ » Filters (requires API key)

GET /api/v2/filter/:type/:url/options?strength={number}
type =
[Example] blur | params: &strength ✅ (min = 1, max = 256, default = 5)
[Example] greyscale | params: &strength ❎
[Example] contrast | params: &strength ✅ (min = -1, max = 1, default = 0.1)
[Example] invert | params: &strength ❎
[Example] dither565 | params: &strength ❎
[Example] normalize | params: &strength ❎