These are the listings Hub customers actually call. The catalog is more than 10,000 public APIs; this is the September 2026 top ten. Same account, one API key. You subscribe to each API you use (monthly or annual) with an included quota. There is no Free Plan. Your first Hub API includes a 7-day free trial (up to 50 requests, whichever comes first).
Each title below goes to the Hub item page — plans, docs, and every endpoint live there.
1. Twitter Data All-in-One
Pull public Twitter/X profiles, timelines, and search into dashboards, alerts, or research — without building a scraper.
Three endpoints to start with:
- Profile — account details for a
screenname. - Timeline — that user’s public tweets.
- Search — Top, Latest, People, or Lists for a query.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://zylalabs.com/api/3399/twitter-data-all-in-one-api/3673/profile?screenname=elonmusk"
screenname is the only required query on Profile. Same Hub key for the other endpoints on this listing — one subscription.
2. Routing Number Bank Lookup
Validate a US ABA routing number and return the bank name, address, and ACH vs wire details before you send a payment. This listing has two endpoints:
- Bank Data — lookup plus validation (example routing number
304082876). - Get Bank Information — ACH or wire, JSON or XML (example
121000245).
3. Site Traffic
See where a domain’s visitors come from — countries, sources, engagement. Useful for competitive analysis and lead scoring. Two endpoints:
- Countries List — country codes used in the traffic report.
- Traffic Source and Overview — pass a domain such as
google.com(nowww).
4. SofaScore Live
Live scores, fixtures, and match stats (football, tennis, and more) for apps that need a sports ticker. The listing has many more endpoints (lineups, odds, players, tournaments). Three to start:
- Get live matches — what’s on now.
- Get match details — one fixture.
- Get match statistics — shots, possession, and the rest of the box score.
5. FlashScore Live
The same job on FlashScore data: live scores, results, and stats when you want a second sports source. Three endpoints:
6. Australia Realty
Search Australian properties for sale, rent, or sold — plus agency profiles — if you are building a listings site or an internal deal tool. Three endpoints:
- Autocomplete — turn a suburb or region string into the location fields the search needs.
- Get Properties List — filter buy / rent / sold.
- Get Property Details — one listing by id.
7. Credit Card Validator — BIN Checker
Look up the first six digits (BIN) at checkout to see issuer, brand, type, and country. It is not a full card number, and it is not a “CC checker” for fraud. One endpoint on this listing:
- BIN Checker — pass the first six digits (example
346350).
8. Website Categorization
Classify a URL, domain, or email so you can tag traffic, leads, or a prospect list. Official docs: the NYT homepage comes back as /News; a Markets article on the same site as /Finance/Investing/Stocks & Bonds. Two endpoints:
curl -X POST "https://zylalabs.com/api/12/website-categorization-api/48/url" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.nytimes.com/","refresh":"true"}'
Pass a full article URL when you need the page category, not the domain’s.
9. Crime Data by ZIP
Overall, violent, and property crime grades for a US zip, plus nearby comparisons — insurance, real estate, or risk models. One endpoint:
- Get Crime Rates by ZIP — pass a zip such as
01370.
10. YouTube Download and Info
Turn a regular YouTube watch URL into a download link (video or audio formats). Live streams and Shorts are not supported; audio links expire after two hours. One endpoint:
- Download —
urlplusformat(720,mp3, and the rest of the listed values).
Go live
2. Open an item page above. Start the 7-day free trial on your first API (up to 50 requests). After that, subscribe to a paid plan.
3. Copy your Hub API key. It works across listings; usage counts against the subscription you bought.
4. Call the endpoint path. Docs stay on the same item page.
FAQ
Is this pay per call?
No. Subscription per API, with an included quota for the billing cycle.
Do I need a new key for each API?
No. One Hub key. You still subscribe to each API you want to call.
What if I only need one of these?
Use the 7-day free trial on that listing, then subscribe to it only. The rest of the catalog stays off your bill.
Is the 7-day free trial on every API?
No. It applies to your first Hub API, once. Most listings offer it; a few do not. The trial ends after 7 days or 50 requests, whichever comes first.
Monitored APIs, specialized support, and MCP for agents
Every API on the Hub is monitored continuously so quality stays high. If a listing fails on quality, response time, or service level, it is discontinued — dead endpoints do not sit in the catalog. If something breaks on an API you subscribe to, specialized Hub support is there for first-class attention. We intermediate with the provider so you get a real first-line response, not a ticket in a random publisher’s inbox.
The same catalog and subscriptions are available to agents over MCP. Point the client at https://mcp.zylalabs.com/mcp with your Hub key. Tools: search_catalog, get_api_info, call_api. Setup: mcp.zylalabs.com/mcp.