Run JMESPath queries on JSON data for filtering, transforming, and extracting results.
The JMESPath free API is a serverless endpoint that evaluates JMESPath query expressions against JSON data submitted in a POST request body. Users send a "data" object or array and a "query" string, and the endpoint returns the transformed result as JSON. It supports filtering, projections, sorting, reversing, slicing, and reshaping nested payloads into flat structures.
The endpoint is public, requires no authentication, and has CORS enabled, allowing calls directly from browsers, no-code platforms such as Zapier, Make, or n8n, and automation scripts. It is provided by Note API Connector, a tool for syncing external data into Notion, and can be used as a step to reshape API responses before syncing to Notion, though it is also usable independently for general JSON transformation. Malformed queries return a 400 response with a descriptive error message.
The service is intended for prototyping, demos, and low-volume automations rather than production or high-volume use, since it offers no SLA or guaranteed throughput. The provider states the endpoint processes and returns data without persisting or sharing payloads, and advises against sending secrets or sensitive data.
Yes, it is a free, public serverless endpoint intended for prototyping, demos, and low-volume automations.
No, it's intended for testing and low-volume scenarios; for SLAs or guaranteed throughput you should host a dedicated instance or handle transformations in your backend.
It can be called directly from browsers and automation platforms like Zapier, Make, or n8n since CORS is enabled, and it can be used as a step in Note API Connector to reshape data before syncing to Notion.
The site provides quick-start examples for cURL, JavaScript (fetch), and Python (requests).
No, the endpoint processes the request and returns the result without persisting or sharing payloads, though you should avoid sending secrets or highly sensitive data.
Show your product to thousands of developers
· 100k monthly pageviews
· 7k newsletter subscribers
Get access to Codeforces data.
For compiling and running code in several languages.
For compiling and running code in several languages.
Online code execution system.
Create, retrieve, update, increment, and decrement counters identified by namespace and key.
PHP syntax checker.