From 488c9950d1cce537c069977ca8f37dbc79ec1708 Mon Sep 17 00:00:00 2001 From: Charles-Olivier Demers Date: Wed, 28 Aug 2024 16:30:55 -0400 Subject: [PATCH 1/2] Add myJson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7906580..22fcb6c 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ This is an attempt to categorise different APIs scoured from the web which make | [**Icanhazepoch**](https://icanhazepoch.com) | Get Epoch time. | ![Open Source](https://raw.githubusercontent.com/n0shake/Public-APIs/master/opensource.png "Open Source") | | [**Icanhazip**](https://major.io/icanhazip-com-faq/) | IP Address API. | ![Open Source](https://raw.githubusercontent.com/n0shake/Public-APIs/master/opensource.png "Open Source") | | [**Image-Charts**](https://www.image-charts.com) | 1 URL = 1 Chart: Get a chart image in response to a URL GET or POST request. A drop-in-replacement for the deprecated Google Image Charts. | **N/A** | +| [**MyJson.online**](https://myjson.online) | A RESTful API for flexible storage of JSON data. | **N/A** | | [**Jobicy**](https://jobicy.com/jobs-rss-feed) | The latest remote job listings from a diverse range of industries and companies. | ![Open Source](https://raw.githubusercontent.com/n0shake/Public-APIs/master/opensource.png "Open Source") | | [**JSONbin.io**](https://jsonbin.io/api-reference) | Free [JSON](https://en.wikipedia.org/wiki/JSON) data storage service, ideal for small scale web apps, website, mobile apps. | **N/A** | | [**Judge0 API**](https://api.judge0.com/) | Compile and run source code. | ![Open Source](https://raw.githubusercontent.com/abhishekbanthia/Public-APIs/master/opensource.png "Open Source") | From cddf4233f1346aa6edc1ed878cca2622c0be09c3 Mon Sep 17 00:00:00 2001 From: Charles-Olivier Demers Date: Wed, 28 Aug 2024 16:34:27 -0400 Subject: [PATCH 2/2] Redirect to the doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22fcb6c..c5c3206 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,7 @@ This is an attempt to categorise different APIs scoured from the web which make | [**Icanhazepoch**](https://icanhazepoch.com) | Get Epoch time. | ![Open Source](https://raw.githubusercontent.com/n0shake/Public-APIs/master/opensource.png "Open Source") | | [**Icanhazip**](https://major.io/icanhazip-com-faq/) | IP Address API. | ![Open Source](https://raw.githubusercontent.com/n0shake/Public-APIs/master/opensource.png "Open Source") | | [**Image-Charts**](https://www.image-charts.com) | 1 URL = 1 Chart: Get a chart image in response to a URL GET or POST request. A drop-in-replacement for the deprecated Google Image Charts. | **N/A** | -| [**MyJson.online**](https://myjson.online) | A RESTful API for flexible storage of JSON data. | **N/A** | +| [**MyJson.online**](https://docs.myjson.online) | A RESTful API for flexible storage of JSON data. | **N/A** | | [**Jobicy**](https://jobicy.com/jobs-rss-feed) | The latest remote job listings from a diverse range of industries and companies. | ![Open Source](https://raw.githubusercontent.com/n0shake/Public-APIs/master/opensource.png "Open Source") | | [**JSONbin.io**](https://jsonbin.io/api-reference) | Free [JSON](https://en.wikipedia.org/wiki/JSON) data storage service, ideal for small scale web apps, website, mobile apps. | **N/A** | | [**Judge0 API**](https://api.judge0.com/) | Compile and run source code. | ![Open Source](https://raw.githubusercontent.com/abhishekbanthia/Public-APIs/master/opensource.png "Open Source") |