From 59b97f22f06576250fd32c0ea003d5144ec47e0c Mon Sep 17 00:00:00 2001 From: xinitrc Date: Thu, 22 Mar 2018 19:38:41 -0400 Subject: [PATCH 1/7] Addition of multiple animal api + random.cat + random.dog + thecatapi.com + randomfox.ca --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0dbf359f..a952a3ac 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ API | Description | Auth | HTTPS | CORS | Link | | Movebank | Movement and Migration data of animals | No | Yes | Unknown | [Go!](https://github.com/movebank/movebank-api-doc) | | Petfinder | Adoption | `apiKey` | Yes | Unknown | [Go!](https://www.petfinder.com/developers/api-docs/) | | RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | +| RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | +| RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | +| The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | +| RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | ### Anime API | Description | Auth | HTTPS | CORS | Link | From 83b847e4b4ddd43848ab48582686450acd49707b Mon Sep 17 00:00:00 2001 From: xinitrc Date: Thu, 22 Mar 2018 19:41:00 -0400 Subject: [PATCH 2/7] reordered alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a952a3ac..04aef11e 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ API | Description | Auth | HTTPS | CORS | Link | | RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | | RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | | RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | -| The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | | RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | +| The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | ### Anime API | Description | Auth | HTTPS | CORS | Link | From 05dc7ab8aa99c530681ef2614ee7c419136a73b7 Mon Sep 17 00:00:00 2001 From: xinitrc Date: Thu, 22 Mar 2018 19:52:07 -0400 Subject: [PATCH 3/7] Added one more dog/cat/bird website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04aef11e..04b2c5c4 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ API | Description | Auth | HTTPS | CORS | Link | | RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | | RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | | RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | +| Shibe.Online | Random pictures of Shibu Inu, cats or birds | No | No | Unknown | [Go!](http://shibe.online/) | | The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | ### Anime From 35effca7702a585342476ea8d5e1a388925d1ff0 Mon Sep 17 00:00:00 2001 From: xinitrc Date: Thu, 22 Mar 2018 19:59:14 -0400 Subject: [PATCH 4/7] Reordered the list, edited names Fixed alphabetical order, renamed "The Cat API" to just "Cats", since "API" is not allowed in the name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04b2c5c4..dd777420 100644 --- a/README.md +++ b/README.md @@ -60,17 +60,17 @@ Please note a passing build status indicates all listed APIs are available since ### Animals API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| +| Cats | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | | Dogs | Based on the Stanford Dogs Dataset | No | Yes | Unknown | [Go!](https://dog.ceo/dog-api/) | | HTTPCat | Cat for every HTTP Status | No | Yes | Unknown | [Go!](https://http.cat/) | | IUCN | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | | Movebank | Movement and Migration data of animals | No | Yes | Unknown | [Go!](https://github.com/movebank/movebank-api-doc) | | Petfinder | Adoption | `apiKey` | Yes | Unknown | [Go!](https://www.petfinder.com/developers/api-docs/) | -| RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | | RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | | RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | | RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | +| RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | | Shibe.Online | Random pictures of Shibu Inu, cats or birds | No | No | Unknown | [Go!](http://shibe.online/) | -| The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | ### Anime API | Description | Auth | HTTPS | CORS | Link | From 547d97fb1ac56987103c4815958e5bee3f3bbd33 Mon Sep 17 00:00:00 2001 From: xinitrc Date: Sat, 24 Mar 2018 11:04:37 -0400 Subject: [PATCH 5/7] Updating CORS status --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd777420..60a4560a 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ API | Description | Auth | HTTPS | CORS | Link | | IUCN | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | | Movebank | Movement and Migration data of animals | No | Yes | Unknown | [Go!](https://github.com/movebank/movebank-api-doc) | | Petfinder | Adoption | `apiKey` | Yes | Unknown | [Go!](https://www.petfinder.com/developers/api-docs/) | -| RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | -| RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | -| RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | +| RandomCat | Random pictures of cats | No | Yes | Yes | [Go!](https://aws.random.cat/meow) | +| RandomDog | Random pictures of dogs | No | Yes | Yes | [Go!](https://random.dog/woof.json) | +| RandomFox | Random pictures of foxes | No | Yes | Yes | [Go!](https://randomfox.ca/floof/) | | RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | | Shibe.Online | Random pictures of Shibu Inu, cats or birds | No | No | Unknown | [Go!](http://shibe.online/) | From e05818109c66e81dcafba400e258fd705afd5d16 Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 28 Mar 2018 21:37:08 -0400 Subject: [PATCH 6/7] Break up Open Data section via Governments --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index adda5e56..5f942358 100644 --- a/README.md +++ b/README.md @@ -476,23 +476,33 @@ API | Description | Auth | HTTPS | CORS | Link | ### Open Data API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| -| 18F | US Federal Government /Developer Program | No | No | Unknown | [Go!](http://18f.github.io/API-All-the-X/) | +| 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) | | 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/) | -| Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | Unknown | [Go!](http://codataengine.org/) | -| Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | Unknown | [Go!](https://data.colorado.gov/) | -| Data USA | US Public Data | No | Yes | Unknown | [Go!](https://datausa.io/about/api/) | | Datakick | The open product database | `apiKey` | Yes | Unknown | [Go!](https://www.datakick.org/api) | | Dronestream | Tracks United States drone strikes | No | Yes | Unknown | [Go!](https://dronestre.am/) | -| Federal Register | The Daily Journal of the United States Government | No | Yes | Unknown | [Go!](https://www.federalregister.gov/reader-aids/developer-resources) | | fonoApi | Mobile Device Description | No | Yes | Unknown | [Go!](https://fonoapi.freshpixl.com/) | -| French Address Search | French Government | No | Yes | Unknown | [Go!](https://adresse.data.gouv.fr/api) | +| French Address Search | Address search via the French Government | No | Yes | Unknown | [Go!](https://adresse.data.gouv.fr/api) | | INQStats | Open demographic data such as population, life expectancy, migration rate, etc | `apiKey` | No | Unknown | [Go!](http://blog.inqubu.com/inqstats-open-api-published-to-get-demographic-data) | | LinkPreview | Get JSON formatted summary with title, description and preview image for any requested URL | `apiKey` | Yes | Yes | [Go!](https://www.linkpreview.net) | | Marijuana Strains | Marijuana strains, races, flavors, and effects | `apiKey` | No | Unknown | [Go!](http://strains.evanbusse.com/) | | Microlink.io | Turns any link into information | No | Yes | Unknown | [Go!](https://docs.microlink.io) | +| Quandl | Stock Market Data | No | Yes | Unknown | [Go!](https://www.quandl.com/) | +| Scoop.it | Content Curation Service | `apiKey` | No | Unknown | [Go!](http://www.scoop.it/dev) | +| Teleport | Quality of Life Data | No | Yes | Unknown | [Go!](https://developers.teleport.org/) | +| Universities List | University names, countries and domains | No | Yes | Unknown | [Go!](https://github.com/Hipo/university-domains-list) | +| UPC database | More than 1.5 million barcode numbers from all around the world | `apiKey` | Yes | Unknown | [Go!](https://upcdatabase.org/api) | +| Wikidata | Collaboratively edited knowledge base operated by the Wikimedia Foundation | `OAuth` | Yes | Unknown | [Go!](https://www.wikidata.org/w/api.php?action=help) | +| Wikipedia | Mediawiki Encyclopedia | No | Yes | Unknown | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | +| Yelp | Find Local Business | `OAuth` | Yes | Unknown | [Go!](https://www.yelp.com/developers/documentation/v3) | + +### Open Data (Government) +| Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | Unknown | [Go!](http://codataengine.org/) | +| Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | Unknown | [Go!](https://data.colorado.gov/) | +| Data USA | US Public Data | No | Yes | Unknown | [Go!](https://datausa.io/about/api/) | +| Federal Register | The Daily Journal of the United States Government | No | Yes | Unknown | [Go!](https://www.federalregister.gov/reader-aids/developer-resources) | | Open Government, Australia | Australian Government Open Data | No | Yes | Unknown | [Go!](https://www.data.gov.au/) | | Open Government, Canada | Canadian Government Open Data | No | No | Unknown | [Go!](http://open.canada.ca/en) | | Open Government, France | French Government Open Data | `apiKey` | Yes | Unknown | [Go!](https://www.data.gouv.fr/) | @@ -501,15 +511,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Open Government, Taiwan | Taiwan Government Open Data | No | Yes | Unknown | [Go!](https://data.gov.tw/) | | Open Government, USA | United States Government Open Data | No | Yes | Unknown | [Go!](https://www.data.gov/) | | Prague Opendata | Prague City Open Data | No | No | Unknown | [Go!](http://opendata.praha.eu/en) | -| Quandl | Stock Market Data | No | Yes | Unknown | [Go!](https://www.quandl.com/) | | Represent by Open North | Find Canadian Government Representatives | No | Yes | Unknown | [Go!](https://represent.opennorth.ca/) | -| Scoop.it | Content Curation Service | `apiKey` | No | Unknown | [Go!](http://www.scoop.it/dev) | -| Teleport | Quality of Life Data | No | Yes | Unknown | [Go!](https://developers.teleport.org/) | -| Universities List | University names, countries and domains | No | Yes | Unknown | [Go!](https://github.com/Hipo/university-domains-list) | -| UPC database | More than 1.5 million barcode numbers from all around the world | `apiKey` | Yes | Unknown | [Go!](https://upcdatabase.org/api) | -| Wikidata | Collaboratively edited knowledge base operated by the Wikimedia Foundation | `OAuth` | Yes | Unknown | [Go!](https://www.wikidata.org/w/api.php?action=help) | -| Wikipedia | Mediawiki Encyclopedia | No | Yes | Unknown | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | -| Yelp | Find Local Business | `OAuth` | Yes | Unknown | [Go!](https://www.yelp.com/developers/documentation/v3) | ### Open Source Projects API | Description | Auth | HTTPS | CORS | Link | From c629539702e6d483b2475420db69637575264b55 Mon Sep 17 00:00:00 2001 From: davemachado Date: Wed, 28 Mar 2018 21:41:50 -0400 Subject: [PATCH 7/7] Move Open Data Gov to Gov section --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5f942358..63a2240d 100644 --- a/README.md +++ b/README.md @@ -392,10 +392,23 @@ API | Description | Auth | HTTPS | CORS | Link | | BCLaws | Access to the laws of British Columbia | No | No | Unknown | [Go!](http://www.bclaws.ca/civix/template/complete/api/index.html) | | BusinessUSA | Authoritative information on U.S. programs, events, services and more | `apiKey` | Yes | Unknown | [Go!](https://business.usa.gov/developer) | | Census.gov | The US Census Bureau provides various APIs and data sets on demographics and businesses | No | Yes | Unknown | [Go!](https://www.census.gov/data/developers/data-sets.html) | +| Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | Unknown | [Go!](http://codataengine.org/) | +| Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | Unknown | [Go!](https://data.colorado.gov/) | +| Data USA | US Public Data | No | Yes | Unknown | [Go!](https://datausa.io/about/api/) | | EPA | Web services and data sets from the US Environmental Protection Agency | No | Yes | Unknown | [Go!](https://developer.epa.gov/category/api/) | | FEC | Information on campaign donations in federal elections | `apiKey` | Yes | Unknown | [Go!](https://api.open.fec.gov/developers/) | +| Federal Register | The Daily Journal of the United States Government | No | Yes | Unknown | [Go!](https://www.federalregister.gov/reader-aids/developer-resources) | | Food Standards Agency | UK food hygiene rating data API | No | No | Unknown | [Go!](http://ratings.food.gov.uk/open-data/en-GB) | +| Open Government, Australia | Australian Government Open Data | No | Yes | Unknown | [Go!](https://www.data.gov.au/) | +| Open Government, Canada | Canadian Government Open Data | No | No | Unknown | [Go!](http://open.canada.ca/en) | +| Open Government, France | French Government Open Data | `apiKey` | Yes | Unknown | [Go!](https://www.data.gouv.fr/) | +| Open Government, India | Indian Government Open Data | `apiKey` | Yes | Unknown | [Go!](https://data.gov.in/) | +| Open Government, New Zealand | New Zealand Government Open Data | No | Yes | Unknown | [Go!](https://www.data.govt.nz/) | +| Open Government, Taiwan | Taiwan Government Open Data | No | Yes | Unknown | [Go!](https://data.gov.tw/) | +| Open Government, USA | United States Government Open Data | No | Yes | Unknown | [Go!](https://www.data.gov/) | +| Prague Opendata | Prague City Open Data | No | No | Unknown | [Go!](http://opendata.praha.eu/en) | | Regulations.gov | Federal regulatory materialsto increase understanding of the Federal rule making process | `apiKey` | Yes | Unknown | [Go!](https://regulationsgov.github.io/developers/) | +| Represent by Open North | Find Canadian Government Representatives | No | Yes | Unknown | [Go!](https://represent.opennorth.ca/) | ### Health API | Description | Auth | HTTPS | CORS | Link | @@ -498,21 +511,6 @@ API | Description | Auth | HTTPS | CORS | Link | | Wikipedia | Mediawiki Encyclopedia | No | Yes | Unknown | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Yelp | Find Local Business | `OAuth` | Yes | Unknown | [Go!](https://www.yelp.com/developers/documentation/v3) | -### Open Data (Government) -| Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | Unknown | [Go!](http://codataengine.org/) | -| Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | Unknown | [Go!](https://data.colorado.gov/) | -| Data USA | US Public Data | No | Yes | Unknown | [Go!](https://datausa.io/about/api/) | -| Federal Register | The Daily Journal of the United States Government | No | Yes | Unknown | [Go!](https://www.federalregister.gov/reader-aids/developer-resources) | -| Open Government, Australia | Australian Government Open Data | No | Yes | Unknown | [Go!](https://www.data.gov.au/) | -| Open Government, Canada | Canadian Government Open Data | No | No | Unknown | [Go!](http://open.canada.ca/en) | -| Open Government, France | French Government Open Data | `apiKey` | Yes | Unknown | [Go!](https://www.data.gouv.fr/) | -| Open Government, India | Indian Government Open Data | `apiKey` | Yes | Unknown | [Go!](https://data.gov.in/) | -| Open Government, New Zealand | New Zealand Government Open Data | No | Yes | Unknown | [Go!](https://www.data.govt.nz/) | -| Open Government, Taiwan | Taiwan Government Open Data | No | Yes | Unknown | [Go!](https://data.gov.tw/) | -| Open Government, USA | United States Government Open Data | No | Yes | Unknown | [Go!](https://www.data.gov/) | -| Prague Opendata | Prague City Open Data | No | No | Unknown | [Go!](http://opendata.praha.eu/en) | -| Represent by Open North | Find Canadian Government Representatives | No | Yes | Unknown | [Go!](https://represent.opennorth.ca/) | - ### Open Source Projects API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---|