From 8d233a66df553df21cdf7aee8f15b3676ca6e4fb Mon Sep 17 00:00:00 2001 From: Charles-Olivier Demers Date: Wed, 1 Nov 2023 17:38:15 -0400 Subject: [PATCH] Add myJson API to Development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced25659..2d768cde 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,7 @@ API | Description | Auth | HTTPS | CORS | | [MicroENV](https://microenv.com/) | Fake Rest API for developers | No | Yes | Unknown | | [Mocky](https://designer.mocky.io/) | Mock user defined test JSON for REST API endpoints | No | Yes | Yes | | [MY IP](https://www.myip.com/api-docs/) | Get IP address information | No | Yes | Unknown | +| [myJson](https://myjson.online) | A RESTful API for flexible storage of JSON data | `apiKey` | Yes | Yes | | [Nationalize.io](https://nationalize.io) | Estimate the nationality of a first name | No | Yes | Yes | | [Netlify](https://docs.netlify.com/api/get-started/) | Netlify is a hosting service for the programmable web | `OAuth` | Yes | Unknown | | [NetworkCalc](https://networkcalc.com/api/docs) | Network calculators, including subnets, DNS, binary, and security tools | No | Yes | Yes |