GET /api/v2/moecounter?:counter-name&length={int}&theme={string}&pixelated={boolean}
GET /api/v2/moecounter?number={int}&length={int}&theme={string}&pixelated={boolean}
Click the link above to learn more. Modified version of journey-ad/Moe-Counter.
🔢 » Moe Counter (anime counters)
🔑 » 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.
It is recommended to use this as an additional layer of protection. For more accurate detection, consider using an alternative solution.
🌌 » 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
- url
(string): Full invitation link to the Discord server.
🔤 » Strings
📷 » Images
🎥 » Videos
✨ » 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 ❎