From 0be22718d06790bd6534d1bf7cb54d3d39b12198 Mon Sep 17 00:00:00 2001 From: Alex Perez <5973189+alxpez@users.noreply.github.com> Date: Wed, 28 Mar 2018 21:21:21 +1300 Subject: [PATCH 1/2] Add Archive.org API + Internet Archive category Add the internet archive API (link to docs) and include its own category, since it covers a many areas. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 37ca9249..7efadf49 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Please note a passing build status indicates all listed APIs are available since * [Geocoding](#geocoding) * [Government](#government) * [Health](#health) +* [Internet Archive](#internet-archive) * [Jobs](#jobs) * [Machine Learning](#machine-learning) * [Music](#music) @@ -407,6 +408,11 @@ API | Description | Auth | HTTPS | CORS | Link | | openFDA | Public FDA data about drugs, devices, and foods | No | Yes | Unknown | [Go!](https://open.fda.gov/api/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | Unknown | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | +### Internet Archive +API | Description | Auth | HTTPS | CORS | Link | +|---|---|---|---|---|---| +| Archive.org | The Internet Archive | No | Yes | Unknown | [Go!](https://archive.readme.io/docs) | + ### Jobs API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| From 235fb162aa720e6d27871a75ae9c3b132ba676b9 Mon Sep 17 00:00:00 2001 From: Alex Perez <5973189+alxpez@users.noreply.github.com> Date: Thu, 29 Mar 2018 17:30:38 +1300 Subject: [PATCH 2/2] Move archive.or to Open Data category --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 3db09d95..9b02db69 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ Please note a passing build status indicates all listed APIs are available since * [Geocoding](#geocoding) * [Government](#government) * [Health](#health) -* [Internet Archive](#internet-archive) * [Jobs](#jobs) * [Machine Learning](#machine-learning) * [Music](#music) @@ -426,11 +425,6 @@ API | Description | Auth | HTTPS | CORS | Link | | openFDA | Public FDA data about drugs, devices, and foods | No | Yes | Unknown | [Go!](https://open.fda.gov/api/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | Unknown | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | -### Internet Archive -API | Description | Auth | HTTPS | CORS | Link | -|---|---|---|---|---|---| -| Archive.org | The Internet Archive | No | Yes | Unknown | [Go!](https://archive.readme.io/docs) | - ### Jobs API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| @@ -497,6 +491,7 @@ API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | 18F | Unofficial US Federal Government API Development | No | No | Unknown | [Go!](http://18f.github.io/API-All-the-X/) | | Abbreviation | Get abbreviations and meanings | `X-Mashape-Key` | Yes | Unknown | [Go!](https://market.mashape.com/daxeel/abbreviations) | +| Archive.org | The Internet Archive | No | Yes | Unknown | [Go!](https://archive.readme.io/docs) | | Callook.info | United States ham radio callsigns | No | Yes | Unknown | [Go!](https://callook.info) | | CARTO | Location Information Prediction | `apiKey` | Yes | Unknown | [Go!](https://carto.com/) | | Celebinfo | Celebrity information | `X-Mashape-Key` | Yes | Unknown | [Go!](https://market.mashape.com/daxeel/celebinfo/) |