Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

api-group

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-group

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

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
17
240%
Maintainers
1
Weekly downloads
 
Created
Source

ApiGroup - Browse Different APIs

pricing lists

1. Free ($0) - letters-to-binary API, binary-to-letters 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"))

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)

binary-to-letters API (the API turns binary base2 string to UTF-8 letters 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)

Keywords

apis

FAQs

Package last updated on 08 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts