Blog

Articles, tutorials, and release notes.

QUERY: The HTTP Method built for requests that read but need a body

QUERY: The HTTP Method built for requests that read but need a body

GET can't carry a body, so most APIs end up faking a "search" as a POST or stuffing filters into a URL until it breaks. QUERY is a new HTTP method designed to close that gap — safe, idempotent, and able to carry a real payload. APIOrbit 26.3.2 now understands it end to end: pick it from the method list, build a body for it, import specs that define it, and export it as a working curl command.

Migrate from Postman to APIOrbit — Effortlessly and Natively
Tutorial

Migrate from Postman to APIOrbit — Effortlessly and Natively

If you’ve built your API workflow around Postman, you already know what good design and usability feel like. But if you live in the Apple ecosystem, there’s a new way to work — one that feels faster, smoother, and fully native. APIOrbit is a modern API client designed exclusively for iPhone, iPad, and Mac. It lets you migrate from Postman in minutes, bringing your collections, environments, and requests into a unified, Apple-native experience.

Introducing the .apiorbit Format — A Smarter Way to Export and Share Your API Collections

Introducing the .apiorbit Format — A Smarter Way to Export and Share Your API Collections

APIOrbit now has its own native file format for collections — the .apiorbit format. It’s a lightweight, structured, and future-proof way to save, share, and restore your API collections across iPhone, iPad, and Mac. This new format is designed specifically for APIOrbit, ensuring that every detail of your collection is preserved exactly as you configured it — from headers and parameters to cache policies, SSL settings, and even GraphQL queries.

Mastering JSONPath for API Testing on iPhone, iPad, and Mac
Tutorial

Mastering JSONPath for API Testing on iPhone, iPad, and Mac

API responses can easily grow into thousands of lines of JSON. Searching manually wastes time and often leads to missed details. This is where JSONPath comes in — a query language that lets you instantly filter, search, and extract exactly the data you need. In this article, we’ll cover JSONPath basics, advanced use cases, and how to use it directly inside APIOrbit — a native API client for iPhone, iPad, Mac, and Vision Pro.