You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
360+ real-world APIs — browse, test, and generate code without leaving your editor.
Weather · geocoding · finance · DNS · validation · text — and 350 more. Find the API you need, try it with real data, and drop working code straight into your file.
What it does
🔎 Browse the whole catalog — 360+ APIs, searchable and filtered by category, right in a side panel. No account needed to explore.
⚡ Try any API for real — fill in parameters, hit Run, and see the live JSON response, syntax-highlighted, with your remaining credits in the header.
🧩 Generate code in your language — cURL, JavaScript, TypeScript, Python, PHP, Ruby, Go, or C#. Insert at the cursor, or Copy to the clipboard.
🔐 Sign in your way — OAuth or an API key, stored in the editor's secret storage. Never in your code.
🗂️ Self-updating — the catalog refreshes from the CDN and falls back to a bundled snapshot offline.
The VS Code extension (TypeScript). Current v1.0.2.
visualstudio/
The Visual Studio extension (C# / VSIX). Current v1.0.2.
shared/
Baked catalog snapshot used as the offline fallback.
screenshots/
Listing imagery.
Build from source
VS Code:cd vscode && npm install && npm run package → apiverve.vsix
Visual Studio: open visualstudio/APIVerve.VisualStudio.sln and build Release (needs the Visual Studio extension development workload), or run the .csproj through MSBuild.