Everything in its place.
Group requests into collections and nested folders. Find your way back by name, method, or URL.
A native API client for macOS
A little less between you and your next response. Meet the native API client that keeps your requests close and your workspace clear.
Apple Silicon · macOS · Early development
Feels at home on your Mac.
Fits right into your workflow.
{{base_url}}/userslimit101{ 2 "data": [ 3 { 4 "id": 1, 5 "name": "Alex Morgan", 6 "email": "alex@example.com" 7 } 8 ], 9 "total": 1 10}
Interactive preview with sample data. Pick a request and press Send.
ROOM TO THINK. TOOLS TO BUILD.
From the first request to the response that finally makes sense. Keep the little things easy.
Group requests into collections and nested folders. Find your way back by name, method, or URL.
Keep your hands on the keyboard with customizable shortcuts. Choose a light or dark theme that feels right.
Inspect response bodies, headers, and cookies. Search the body and follow the details wherever they lead.
YOURS, DOWN TO THE FILES
Your collections live in local, readable TOML files. Put them in version control, inspect a change, or open them in your favorite editor.
Explore how it works# A request you can read. And keep. id = "list-users" name = "List users" schema_version = 1 [request] type = "http" method = "GET" path = "{{base_url}}/users" headers = [["Accept", "application/json"]]
A FEW THINGS TO KNOW
Packaged macOS builds are available for Apple Silicon. You can also build from source on macOS or Linux using the instructions on GitHub.
On your computer, in folders with readable TOML request files. You choose where to keep them and can version them with Git.
HTTP and HTTPS are implemented today, with GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS. Other protocols are not currently supported.
Yes. Download the current macOS build and take it for a spin. The project is in early development, and feedback and issue reports are welcome on GitHub.

A LITTLE LESS FRICTION
Make yourself at home in Request Eagle.
Download for macOSv0.1.13 · macOS / Apple Silicon · Release notes