Changelog

What's new in APIHop. We ship improvements regularly.

v1.3.0

Latest

April 16, 2026

New

Documented embed policy: only /playground can be framed on third-party sites (CSP frame-ancestors and X-Frame-Options elsewhere)

New

embed query supports card mode (1, true, yes, card) and minimal mode (minimal, bare, 2) for iframe chrome

Improved

Explore API detail pages render the playground inline so the Try it now block is a single panel without nested iframe borders

v1.2.0

December 15, 2024

New

Added request history sidebar with persistent localStorage entries

New

Embeddable playground via iframe with configurable parameters

Improved

Redesigned auth section with friendlier type selector icons

Improved

Faster proxy response times with connection pooling

Fixed

Fixed JSON syntax highlighting for nested arrays

v1.1.0

November 28, 2024

New

API Gallery with curated public APIs and explore pages

New

Dynamic OpenGraph image generation for shared links

Improved

Enhanced SSRF protection with DNS rebinding mitigation

Fixed

Fixed rate limit counter not resetting properly on window expiry

Fixed

Resolved clipboard API failures on Safari

v1.0.1

November 10, 2024

Improved

Reduced proxy timeout from 45s to 30s for faster failure detection

Fixed

Fixed base64 encoding issues with Unicode characters in request body

Fixed

Resolved header duplication when loading from shared URLs

v1.0.0

October 20, 2024

New

Initial release — request builder with method, URL, headers, and body

New

CORS proxy with SSRF protection and rate limiting

New

Shareable URL system with base64-encoded request state

New

Syntax-highlighted JSON response viewer

New

Authentication support: Bearer, API Key, Basic Auth