
Security News
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90%
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
lorapok-atlas
Advanced tools
2100+ curated free & open-source APIs — programmatic access to the Lorapok Atlas API directory
2100+ curated free & open-source APIs — programmatic access to the Lorapok Atlas directory.
npm install lorapok-atlas
# or
pnpm add lorapok-atlas
# or
yarn add lorapok-atlas
import { getApis, searchApis, getApi, getCategories, getSnippets } from 'lorapok-atlas'
// Search APIs
const results = searchApis('weather', { authType: 'free', limit: 5 })
// Get all APIs in a category
const aiApis = getApis({ category: 'AI & Machine Learning', authType: 'key' })
// Get a specific API
const api = getApi('Open-Meteo Forecast')
console.log(api?.url) // https://api.open-meteo.com/v1/forecast?...
// Generate code snippets
const snippets = getSnippets(api!)
console.log(snippets.javascript)
console.log(snippets.python)
console.log(snippets.curl)
// List all categories
const categories = getCategories() // ['AI & Machine Learning', 'Animals & Nature', ...]
// Get total count
import { getCount } from 'lorapok-atlas'
console.log(getCount()) // 2100
| Function | Description |
|---|---|
getApis(options?) | Get all APIs, optionally filtered |
getApi(name) | Get a single API by name |
searchApis(query, options?) | Search by name, description, or category |
getCategories() | Get all 34 category names |
getRandomApi(category?) | Get a random API |
getCount() | Get total API count |
getSnippets(api) | Generate cURL/JS/Python/Go snippets |
interface SearchOptions {
category?: string // Filter by category name
authType?: 'free' | 'key' | 'oauth' | 'username' | 'any'
method?: string // 'GET', 'POST', etc.
limit?: number // Max results
}
MIT © Lorapok
If this project helped you, consider supporting via USDT. No accounts, no middlemen — direct on-chain.
| Network | Token | Address |
|---|---|---|
| 🟡 BNB Smart Chain (BEP20) | USDT | 0xfbaae60922e40bdcc82142ac6d6ff9c69bb12d26 |
| 🔷 Ethereum (ERC20) | USDT | 0xfbaae60922e40bdcc82142ac6d6ff9c69bb12d26 |
| 🔴 Tron (TRC20) | USDT | TNicohFHB9VYPSq2ksqRD73Ubhi9QVAVZm |
| 🟣 Solana | USDT | HMbxpSyhSS99xC9fVdMMtbnrbjBEvSP2ww2KXUoqwe7D |
| 🔵 Aptos | USDT | 0xb9a6776cfce10ee3755ecaa39f8aeb5b4f1edaa0adaccf4c79260c63bce27e3d |
⚠️ Only send USDT to the matching network. Do not send NFTs or other tokens.
FAQs
2100+ curated free & open-source APIs — programmatic access to the Lorapok Atlas API directory
The npm package lorapok-atlas receives a total of 3 weekly downloads. As such, lorapok-atlas popularity was classified as not popular.
We found that lorapok-atlas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.