API Dash — REST & GraphQL Client in Chrome DevTools

Test REST & GraphQL APIs right in Chrome DevTools. Share collections with your team. Import Postman. Code gen in 11 languages.

As of June 2026, API Dash — REST & GraphQL Client in Chrome DevTools has 2 users in the Developer Tools category.

Usersno change0%
2
2
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.1.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.

History

10 snapshots

Tracking since Apr 1, 2026.

6.43.50.5999999999999996Apr 1, 2026Jun 7, 2026
View as table
DateUsersRatingReviewsVersion
Apr 1, 202621.0.0
Apr 17, 202621.0.0
Apr 24, 202611.0.0
May 1, 20261.0.0
May 8, 202621.0.0
May 12, 202661.0.0
May 18, 20261.1.0
May 25, 202621.1.0
May 31, 202631.1.0
Jun 7, 202651.1.0
Now21.1.0

Changelog

  • May 12, 2026
    description
    A lightweight API testing tool built for speed.
    
    API Dash lets you test REST and GraphQL APIs without leaving your browser. No heavyweight apps, no signups, no bloat.
    
    FEATURES
    • Send GET, POST, PUT, PATCH, DELETE requests instantly
    • GraphQL support with syntax highlighting
    • Beautiful JSON response formatting
    • Request history — never lose a test
    • Environment variables for switching between dev/staging/prod
    • Headers, auth, and body editor
    • Response time tracking
    • Import/export collections
    
    BUILT FOR DEVELOPERS
    • Keyboard shortcuts for common actions
    • Dark mode
    • Zero permissions — runs entirely in your browser
    • Under 1MB install size — loads instantly
    
    Stop switching between Postman, Insomnia, and browser tabs. API Dash gives you everything you need in one clean Chrome extension.
    
    Free forever. No account required.
    
    Feedback: [email protected]
    API Dash puts a full-featured API client right inside Chrome DevTools — no extra windows, no cloud accounts, no data leaving your machine.
    
    🔧 CORE FEATURES
    
    ▸ REST & GraphQL — Send any HTTP method, write GraphQL queries with variables, see formatted responses instantly.
    
    ▸ Request Builder — Headers, query params, body (JSON / form-data / raw / binary), auth presets (Bearer, Basic, API Key).
    
    ▸ Environment Variables — Create environments, reference {{variables}} in URLs, headers, and body. Switch between dev / staging / prod in one click.
    
    ▸ Collections & Folders — Organize requests into named collections. Drag into folders, reorder, duplicate. Your workspace stays tidy.
    
    ▸ Import from Postman — Drop in a Postman Collection v2.1 JSON file and start working immediately.
    
    ▸ Code Generation — Generate ready-to-use code from any request in 11 languages: cURL, JavaScript (fetch/axios), Python (requests/http.client), Go, Rust, PHP, Ruby, Java, C#, Swift.
    
    ▸ Request History — Every request you send is logged. Search, filter, and replay past requests.
    
    ▸ WebSocket Testing — Connect to WebSocket endpoints, send messages, and inspect frames in real time.
    
    👥 BUILT FOR TEAMS (New in v1.1.0)
    
    ▸ Shared Collections — Push any collection to your team workspace. Everyone sees the same endpoints, same structure, same examples.
    
    ▸ Shared Environments — Share environment configs across the team. Secret variables are automatically stripped before syncing — your API keys stay local.
    
    ▸ Role-Based Access — Four roles: Owner, Admin, Member, Viewer. Control who can share, edit, or just read.
    
    ▸ Team Invite Links — Create a team, get a shareable invite code. Teammates join in one click.
    
    ▸ Audit Log — See who shared what, when. Every team action is logged for accountability.
    
    ▸ Real-Time Sync — Changes to shared collections and environments appear for all team members instantly via live sync.
    
    🔒 PRIVACY-FIRST
    
    ▸ All request data stored locally in your browser (IndexedDB).
    ▸ No analytics tracking by default — telemetry is opt-in.
    ▸ Team sync uses encrypted connections. Secret environment variables never leave your machine.
    ▸ Zero cloud accounts required for solo use.
    
    💰 PRICING
    
    Free — 3 collections, 1 environment, 50 history entries. Full request builder, import, code gen (5 uses).
    
    Pro ($5/month or $49 lifetime) — Unlimited collections, environments, and history. Unlimited code generation. Priority support.
    
    Team ($20/seat/month) — Everything in Pro, plus shared collections, shared environments, role-based access, audit log, and real-time sync.
    
    Works in Chrome 120+. Open DevTools → API Dash tab → start testing.
    
    Built by NexaSphere — https://nexasphere.io
    Privacy Policy — https://nexasphere.io/privacy
    Support — [email protected].
  • May 12, 2026
    short_description
    Test REST & GraphQL APIs in Chrome DevTools. Fast, lightweight, no account. Free Postman alternative.
    Test REST & GraphQL APIs right in Chrome DevTools. Share collections with your team. Import Postman. Code gen in 11 languages.
  • May 12, 2026
    name
    API Dash — Fast REST & GraphQL API Client
    API Dash — REST & GraphQL Client in Chrome DevTools
  • May 12, 2026
    host_permissions
    (empty)
    <all_urls>
  • Apr 24, 2026
    description
    API Dash is the API client built for Chrome DevTools.
    
      Test REST and GraphQL APIs without leaving your browser. No accounts. No cloud sync. No desktop app. Your data stays on your machine.
    
      WHAT MAKES API DASH DIFFERENT
    
      Unlike Postman, Insomnia, or Talend, API Dash runs inside Chrome DevTools. Open DevTools, click the API Dash tab, and start sending requests.
      Zero setup.
    
      KEY FEATURES
    
      - REST and GraphQL support with dedicated editors
      - Generate code in 11 languages: JavaScript, Python, cURL, Go, Rust, PHP, Ruby, Java, C#, and more
      - Import collections from Postman (JSON export)
      - Import and export cURL commands
      - Import requests directly from the Chrome DevTools Network tab
      - Request chaining: use response values in subsequent requests
      - Response assertions: build automated test suites for your APIs
      - Collections and folders to organize your requests
      - Environment variables with interpolation
      - Multiple auth types: Bearer token, Basic auth, API key
      - Real WebSocket testing with live connections
      - Request history with search
      - JSON response viewer with syntax highlighting, search, and collapsible tree
      - Dark and light themes
      - Keyboard shortcuts for power users (Cmd+K command palette)
      - 288KB total. Loads in milliseconds.
    
      PRIVACY FIRST
    
      API Dash never phones home. No analytics. No telemetry. No cloud. Your API keys, tokens, and request data never leave your machine.
      Credentials are encrypted at rest with AES-256-GCM. We believe your debug data is your business.
    
      BUILT FOR DEVELOPERS WHO
    
      - Test APIs daily and want them inside their existing workflow
      - Are tired of Postman requiring an account and syncing to the cloud
      - Need GraphQL support that Talend does not offer
      - Want code snippets in their language without copy-pasting from Stack Overflow
      - Care about where their API credentials are stored
    
      FREE TO USE
    
      API Dash is free with a 14-day Pro trial. Pro features (unlimited collections, request chaining, response assertions, WebSocket testing,
      unlimited code generation) are available for power users who want to support development.
    
      BUILT WITH MODERN STANDARDS
    
      Manifest V3 compliant. Will not be removed when Chrome phases out MV2 extensions. Built with TypeScript, Preact, and modern web standards.
    
      FEEDBACK AND SUPPORT
    
      We read every review. Found a bug? Need a feature? Leave a review or visit nexasphere.io/products/chrome/api-dash
    A lightweight API testing tool built for speed.
    
    API Dash lets you test REST and GraphQL APIs without leaving your browser. No heavyweight apps, no signups, no bloat.
    
    FEATURES
    • Send GET, POST, PUT, PATCH, DELETE requests instantly
    • GraphQL support with syntax highlighting
    • Beautiful JSON response formatting
    • Request history — never lose a test
    • Environment variables for switching between dev/staging/prod
    • Headers, auth, and body editor
    • Response time tracking
    • Import/export collections
    
    BUILT FOR DEVELOPERS
    • Keyboard shortcuts for common actions
    • Dark mode
    • Zero permissions — runs entirely in your browser
    • Under 1MB install size — loads instantly
    
    Stop switching between Postman, Insomnia, and browser tabs. API Dash gives you everything you need in one clean Chrome extension.
    
    Free forever. No account required.
    
    Feedback: [email protected]

Permissions & access

Permissions
storageunlimitedStorage
Host access
<all_urls>

Screenshots

API Dash — REST & GraphQL Client in Chrome DevTools screenshot 1API Dash — REST & GraphQL Client in Chrome DevTools screenshot 2API Dash — REST & GraphQL Client in Chrome DevTools screenshot 3API Dash — REST & GraphQL Client in Chrome DevTools screenshot 4API Dash — REST & GraphQL Client in Chrome DevTools screenshot 5

About

API Dash puts a full-featured API client right inside Chrome DevTools — no extra windows, no cloud accounts, no data leaving your machine.

🔧 CORE FEATURES

▸ REST & GraphQL — Send any HTTP method, write GraphQL queries with variables, see formatted responses instantly.

▸ Request Builder — Headers, query params, body (JSON / form-data / raw / binary), auth presets (Bearer, Basic, API Key).

▸ Environment Variables — Create environments, reference {{variables}} in URLs, headers, and body. Switch between dev / staging / prod in one click.

▸ Collections & Folders — Organize requests into named collections. Drag into folders, reorder, duplicate. Your workspace stays tidy.

▸ Import from Postman — Drop in a Postman Collection v2.1 JSON file and start working immediately.

▸ Code Generation — Generate ready-to-use code from any request in 11 languages: cURL, JavaScript (fetch/axios), Python (requests/http.client), Go, Rust, PHP, Ruby, Java, C#, Swift.

▸ Request History — Every request you send is logged. Search, filter, and replay past requests.

▸ WebSocket Testing — Connect to WebSocket endpoints, send messages, and inspect frames in real time.

👥 BUILT FOR TEAMS (New in v1.1.0)

▸ Shared Collections — Push any collection to your team workspace. Everyone sees the same endpoints, same structure, same examples.

▸ Shared Environments — Share environment configs across the team. Secret variables are automatically stripped before syncing — your API keys stay local.

▸ Role-Based Access — Four roles: Owner, Admin, Member, Viewer. Control who can share, edit, or just read.

▸ Team Invite Links — Create a team, get a shareable invite code. Teammates join in one click.

▸ Audit Log — See who shared what, when. Every team action is logged for accountability.

▸ Real-Time Sync — Changes to shared collections and environments appear for all team members instantly via live sync.

🔒 PRIVACY-FIRST

▸ All request data stored locally in your browser (IndexedDB).
▸ No analytics tracking by default — telemetry is opt-in.
▸ Team sync uses encrypted connections. Secret environment variables never leave your machine.
▸ Zero cloud accounts required for solo use.

💰 PRICING

Free — 3 collections, 1 environment, 50 history entries. Full request builder, import, code gen (5 uses).

Pro ($5/month or $49 lifetime) — Unlimited collections, environments, and history. Unlimited code generation. Priority support.

Team ($20/seat/month) — Everything in Pro, plus shared collections, shared environments, role-based access, audit log, and real-time sync.

Works in Chrome 120+. Open DevTools → API Dash tab → start testing.

Built by NexaSphere — https://nexasphere.io
Privacy Policy — https://nexasphere.io/privacy
Support — [email protected].

Technical

Version
1.1.0
Manifest
V3
Size
277KiB
Min Chrome
120
Languages
1
Featured
No

Metadata

ID
pokkejjhjjhmkgbgdhacbepigphlkemj
Developer ID
ub8348bfcd7e70d198eb0131d01a16c71
Developer Email
[email protected]
Created
Mar 23, 2026
Last Updated (Store)
May 11, 2026
Last Scraped
Jun 7, 2026
Website
nexasphere.io

Data sourced from the Chrome Web Store · last verified Jun 7, 2026.