From 00c3687463be8ad0a6a00c24a00e6c1480709239 Mon Sep 17 00:00:00 2001 From: Andrej Gajdos Date: Tue, 25 Nov 2025 10:20:53 +0100 Subject: [PATCH] add JMESPath Free API (#610) * add JMESPath Free API * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81659776..05eaee43 100644 --- a/README.md +++ b/README.md @@ -1462,6 +1462,7 @@ like WhatsApp | `apiKey` | Yes | Yes | |---|---|---|---|---| | [Codeforces](https://codeforces.com/apiHelp) | Get access to Codeforces data | `apiKey` | Yes | Unknown | | [Hackerearth](https://www.hackerearth.com/docs/wiki/developers/v4) | For compiling and running code in several languages | `apiKey` | Yes | Unknown | +| [JMESPath](https://noteapiconnector.com/jmespath-free-api) | Run JMESPath queries on JSON data for filtering, transforming, and extracting results | No | Yes | Yes | | [Judge0 CE](https://ce.judge0.com/) | Online code execution system | `apiKey` | Yes | Unknown | | [Let's Count](https://letscountapi.com) | Create, retrieve, update, increment, and decrement counters identified by namespace and key | No | Yes | Unknown | | [PHPhub](https://phphub.net/linter/) | PHP syntax checker | No | Yes | No |