From 4ee787599a61fcdd8e89a8cb90ac4128897c5cbd Mon Sep 17 00:00:00 2001 From: parthvirajsingh <96466611+parthvirajsingh@users.noreply.github.com> Date: Tue, 19 May 2026 17:05:38 +0530 Subject: [PATCH 1/2] Add Fixzi to developer tools list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Fixzi – a developer tool for validating, fixing, and comparing JSON/XML, along with API contract monitoring. Let me know if any changes are needed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c5d1c..2f72444 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ # HTTP API Development Tools +* [Fixzi](https://fixzi.ai) - Validate, format, fix, compare, and convert JSON/XML, with schema tools and API contract monitoring. ## Introduction This is a collection of useful resources for building RESTful HTTP+JSON APIs. There are a lot of good tools and entire ecosystems out there! It can be overwhelming not knowing what options are available, so you can use this as a reference starting point. From e0dd2e49354d37081fd0ef81a04a8469f0aed009 Mon Sep 17 00:00:00 2001 From: parthvirajsingh <96466611+parthvirajsingh@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:44:19 +0530 Subject: [PATCH 2/2] Add Fixzi to HTTP API Development Tools Added Fixzi to the list of tools for validating and converting JSON/XML. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f72444..c9add06 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # HTTP API Development Tools -* [Fixzi](https://fixzi.ai) - Validate, format, fix, compare, and convert JSON/XML, with schema tools and API contract monitoring. + ## Introduction This is a collection of useful resources for building RESTful HTTP+JSON APIs. There are a lot of good tools and entire ecosystems out there! It can be overwhelming not knowing what options are available, so you can use this as a reference starting point. @@ -301,6 +301,7 @@ Contributions are most welcome. Categories are also open to suggestions! - [OWASP Zaproxy](https://github.com/zaproxy/zaproxy): A tool to test your API for known security vulnerabilities, with a great CI integration. - [RestQA](https://github.com/restqa/restqa): Microservice API Testing tool focused on providing a great developer experience. - [Optic CI](https://www.useoptic.com/docs/diff-openapi): Test for breaking API changes in CI Pipelines +- [Fixzi](https://fixzi.ai) - Validate, format, fix, compare, and convert JSON/XML, with schema tools and API contract monitoring. ## API Developer Portal - [Tyk](https://tyk.io/features): API Developer Portal on top of API gateway, make your API gateway easier to be used by developers.