npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

api-group

v1.0.5

Published

api-group is a collection of NPM package functions that you can buy for $0.99 for unlimited calls

Readme

ApiGroup - Browse Different APIs

Buy Basic Key (onetime $0.99 per key, no refunds): https://buy.stripe.com/00w00i1QK59B3O89VO6kg06

Buy Pro Key (onetime $1.99 per key, no refunds): https://buy.stripe.com/7sY5kCdzs59B4Scfg86kg07

pricing lists

1. Free ($0) - letters-to-binary API

2. Basic ($0.99 per unlimited key)  - dns_reverse API, dns_resolver API, compress_query API
Basic Key Payment Link (onetime payment for each basic key): https://buy.stripe.com/00w00i1QK59B3O89VO6kg06

3. Pro ($1.99 per unlimited key) - poly_news_summary API, search_summary API, web_search API
Pro Key Payment Link (onetime payment for each pro key): https://buy.stripe.com/7sY5kCdzs59B4Scfg86kg07

Get Started - APIs

NPM Package Functions:

initization:

npm i api-group

const obj = new ApiGroup()

letters_to_binary API:

console.log(obj.letterstobinary("string-to-convert"))

GetDNSresolver API:

console.log(obj.GetDNSresolver("some domain like google.com", "TXT", {basic_key: ""}))

GetDNSreverser API:

console.log(obj.GetDNSreverser("some ip like 192.168.1.1", {basic_key: ""}))

Compress_String API:

console.log(obj.Compress_String("string to compress", {basic_key: ""}))

Web_Search (google + brave + wikipedia search) API:

console.log(obj.web_search("some search query", {pro_key: ""}))

Polymarket Event API (check the polymarket event questions likelihoods (0 = not likely, 10 = very likely))

console.log(obj.poly_news_summary("https://polymarket.com/event/<name>", {pro_key: ""}))

Search_Summary API:

console.log(obj.search_summary("some search query", {pro_key: ""}))

cURL REST APIs:

letters_to_binary API:

curl -X GET https://letters-to-binary-cccwi5h7lq-uc.a.run.app/?plain_string=plain_string

dns_resolver API:

curl -X GET https://dns-resolver-cccwi5h7lq-uc.a.run.app/?domain=google.com&type=txt \ -H "Authorization: Your-Basic-API-Key"

dns_reverse API:

curl -X GET https://dns-reverser-cccwi5h7lq-uc.a.run.app/?domain=google.com&type=TXT \ -H "Authorization: Your-Basic-API-Key"

compress_query API:

curl -X GET https://compress-query-cccwi5h7lq-uc.a.run.app/?q=compress_string \ -H "Authorization: Your-Basic-API-Key"

web_search API:

curl -X GET https://web-search-cccwi5h7lq-uc.a.run.app/?q=search-query \ -H "Authorization: Your-Pro-API-Key"

poly_news_summary API:

curl -X GET https://poly-news-summary-cccwi5h7lq-uc.a.run.app/?polymarket_url=event_url \ -H "Authorization: Your-Pro-API-Key"

search_summary API:

curl -X GET https://search-summary-cccwi5h7lq-uc.a.run.app/?q=search-query \ -H "Authorization: Your-Pro-API-Key"

ApiGroup Pricing and APIs:

free (no API key needed):

letters-to-binary API (the API turns UTF-8 letters strings into base2 binary strings)

basic (basic API key required for $0.99 per key):

dns_reverse API (enter a IP to see if it has a DNS host), 

dns_resolver API (enter a Domain Name to find a DNS records),'

compress_query API (enter a String to compress using gzip)

pro (pro API key required for $1.99 per key):

web_search API (this api searches google search API, brave search API, wikipedia search API), 
 
poly_news_summary API (enter a polymarket event URL then it ranks every question with a score of 0 to 10, 0 = not likely and 10 is very likely), 
 
search_summary API (uses the web_search API and summaries every search engine into one 100 word summary)