From fe082c9a58a5ce0154ec08d55a48d8aef7c3bf65 Mon Sep 17 00:00:00 2001 From: Pete Redmond Date: Mon, 21 Mar 2016 01:08:13 +0000 Subject: [PATCH 01/10] include links to uifaces and uinames API's --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5928b7e5..1abe9dfa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A collective list of JSON APIs for use in web development. -| API | Description | Link | +| API | Description | Link | |---|---|---| | Marvel | Marvel Comics API | [Go!](http://developer.marvel.com) | | SWAPI | Star Wars API | [Go!](https://swapi.co) | @@ -11,3 +11,5 @@ A collective list of JSON APIs for use in web development. | Giphy | Get all your gifs | [Go!](https://github.com/Giphy/GiphyAPI) | | OMDB | Open movie database | [Go!](http://omdbapi.com) | | Unsplash | Photography | [Go!](https://unsplash.com/developers) | +| UI Faces | Find and generate sample avatars for user interfaces | [Go!](http://uifaces.com/api) | +| UI Names | Generate random fake names | [Go!](https://github.com/thm/uinames) | From 1771e25a3d265c0e588f8f571b8c37088c6e6aa1 Mon Sep 17 00:00:00 2001 From: Lars Graubner Date: Mon, 21 Mar 2016 09:11:29 +0100 Subject: [PATCH 02/10] Added RandomUser API --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 98bc009f..de51ee61 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,22 @@ A collective list of JSON APIs for use in web development. -### Animals -| API | Description | OAuth |Link | +### Animals +| API | Description | OAuth |Link | |---|---|---|---| | Petfinder | Adoption | No | [Go!](https://www.petfinder.com/developers/api-docs/) | ### Drinks -| API | Description | OAuth |Link | +| API | Description | OAuth |Link | |---|---|---|---| | BreweryDB | Beer | No |[Go!](http://www.brewerydb.com/developers) | | LCBO API | Alcohol | No |[Go!](https://lcboapi.com/) | ### Games & Comics -| API | Description | OAuth |Link | +| API | Description | OAuth |Link | |---|---|---|---| | Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) | | SWAPI | Star Wars API | No |[Go!](https://swapi.co) | @@ -25,9 +25,9 @@ A collective list of JSON APIs for use in web development. | Giant Bomb | Video Games | No |[Go!](http://www.giantbomb.com/api/documentation) | -### Media +### Media -| API | Description | OAuth |Link | +| API | Description | OAuth |Link | |---|---|---|---| | Noun Project | Icons | Yes | [Go!](http://api.thenounproject.com/index.html) | | Unsplash | Photography | No | [Go!](https://unsplash.com/developers) | @@ -38,19 +38,24 @@ A collective list of JSON APIs for use in web development. | Dribble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | | Rijks Museum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | -### Music -| API | Description | OAuth |Link | +### Music +| API | Description | OAuth |Link | |---|---|---|---| | Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | | LastFm | Music | No | [Go!](http://www.last.fm/api) | -### Science +### Science -| API | Description | OAuth |Link | +| API | Description | OAuth |Link | |---|---|---|---| | TED Talks | TED API | No | [Go!](http://developer.ted.com/API_Docs) | | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | +### Development + +| API | Description | OAuth |Link | +|---|---|---|---| +| RandomUser | Generates random user data | No | [Go!](https://randomuser.me/) | From b1aed688980e30ac5366619b6c575d18d27b1f65 Mon Sep 17 00:00:00 2001 From: Todd Motto Date: Mon, 21 Mar 2016 11:46:56 +0000 Subject: [PATCH 03/10] fix(readme): Correctie voor nederlands, ja dat klopt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de51ee61..a4646b4e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ A collective list of JSON APIs for use in web development. | MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | | Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | | Dribble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | -| Rijks Museum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | +| Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | ### Music | API | Description | OAuth |Link | From e20ee7520c70135a9e2a26af7a609d9e70cd3639 Mon Sep 17 00:00:00 2001 From: Pedro Date: Mon, 21 Mar 2016 12:44:16 +0000 Subject: [PATCH 04/10] Added TFL API --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a4646b4e..1355d821 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,11 @@ A collective list of JSON APIs for use in web development. | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | +### Transportation +| API | Description | OAuth |Link | +|---|---|---|---| +| Transport for London | TFL API | No | [Go!](https://api.tfl.gov.uk) | + ### Development | API | Description | OAuth |Link | From 8eba5780f062d7b0b010b3b62828bf016fe4b3a6 Mon Sep 17 00:00:00 2001 From: Sam Verschueren Date: Mon, 21 Mar 2016 13:54:25 +0100 Subject: [PATCH 05/10] add irail --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1355d821..af692ce8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | Transport for London | TFL API | No | [Go!](https://api.tfl.gov.uk) | +| Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | ### Development From 48a5af31c585a6e15663dd4860c060ca194d2c17 Mon Sep 17 00:00:00 2001 From: Jonas Friedmann Date: Mon, 21 Mar 2016 14:45:09 +0100 Subject: [PATCH 06/10] Add german DB API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af692ce8..04526cdc 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | Transport for London | TFL API | No | [Go!](https://api.tfl.gov.uk) | | Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | +| Transport for Germany | Deutsche Bahn (DB) API | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | ### Development From 43f086138e5fe7956a9c27d521ff617a66bf0f9a Mon Sep 17 00:00:00 2001 From: Jere Menichelli Date: Mon, 21 Mar 2016 10:51:33 -0300 Subject: [PATCH 07/10] Add Netflix Roulette API to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af692ce8..0a69db33 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ A collective list of JSON APIs for use in web development. | Giphy | Get all your gifs | No | [Go!](https://github.com/Giphy/GiphyAPI) | | OMDB | Open movie database | No | [Go!](http://omdbapi.com) | | MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | +| Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | | Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | | Dribble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | | Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | From 11ca138a17e321111113a3226095537010ff94a3 Mon Sep 17 00:00:00 2001 From: Pascal Weiland Date: Mon, 21 Mar 2016 16:10:14 +0100 Subject: [PATCH 08/10] Add Swiss public transport API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01cb90cf..433752df 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ A collective list of JSON APIs for use in web development. | Transport for London | TFL API | No | [Go!](https://api.tfl.gov.uk) | | Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | | Transport for Germany | Deutsche Bahn (DB) API | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | +| Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | ### Development From 5a02cc953d42c2b1a88d4715f07fefe69df783e5 Mon Sep 17 00:00:00 2001 From: laco0416 Date: Mon, 21 Mar 2016 10:17:21 +0900 Subject: [PATCH 09/10] Add OpenWeatherMap API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01cb90cf..940eefd9 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A collective list of JSON APIs for use in web development. | TED Talks | TED API | No | [Go!](http://developer.ted.com/API_Docs) | | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | +| OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | | World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | ### Transportation From 36000d7834603e9136d400e17080c40d860c9068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gillstr=C3=B6m?= Date: Mon, 21 Mar 2016 18:01:47 +0100 Subject: [PATCH 10/10] Change `Dribble` to `Dribbble` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a8c408..c728b152 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ A collective list of JSON APIs for use in web development. | MovieDB | Movie Data | No | [Go!](https://www.themoviedb.org/documentation/api) | | Netflix Roulette | Netflix database | No | [Go!](http://netflixroulette.net/api/) | | Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | -| Dribble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | +| Dribbble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | | Rijksmuseum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | ### Music