Merge pull request #6 from lgraubner/master

Added RandomUser API
This commit is contained in:
Todd Motto 2016-03-21 09:53:57 +00:00
commit 2a89616f7d

View File

@ -2,22 +2,22 @@
A collective list of JSON APIs for use in web development. A collective list of JSON APIs for use in web development.
### Animals ### Animals
| API | Description | OAuth |Link | | API | Description | OAuth |Link |
|---|---|---|---| |---|---|---|---|
| Petfinder | Adoption | No | [Go!](https://www.petfinder.com/developers/api-docs/) | | Petfinder | Adoption | No | [Go!](https://www.petfinder.com/developers/api-docs/) |
### Drinks ### Drinks
| API | Description | OAuth |Link | | API | Description | OAuth |Link |
|---|---|---|---| |---|---|---|---|
| BreweryDB | Beer | No |[Go!](http://www.brewerydb.com/developers) | | BreweryDB | Beer | No |[Go!](http://www.brewerydb.com/developers) |
| LCBO API | Alcohol | No |[Go!](https://lcboapi.com/) | | LCBO API | Alcohol | No |[Go!](https://lcboapi.com/) |
### Games & Comics ### Games & Comics
| API | Description | OAuth |Link | | API | Description | OAuth |Link |
|---|---|---|---| |---|---|---|---|
| Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) | | Marvel | Marvel Comics API | No | [Go!](http://developer.marvel.com) |
| SWAPI | Star Wars API | No |[Go!](https://swapi.co) | | 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) | | 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) | | Noun Project | Icons | Yes | [Go!](http://api.thenounproject.com/index.html) |
| Unsplash | Photography | No | [Go!](https://unsplash.com/developers) | | 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/) | | Dribble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) |
| Rijks Museum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | | Rijks Museum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) |
### Music ### Music
| API | Description | OAuth |Link | | API | Description | OAuth |Link |
|---|---|---|---| |---|---|---|---|
| Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | | Discogs | Music | No | [Go!](https://www.discogs.com/developers/) |
| EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) |
| LastFm | Music | No | [Go!](http://www.last.fm/api) | | 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) | | TED Talks | TED API | No | [Go!](http://developer.ted.com/API_Docs) |
| NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) |
| Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) |
| World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | | 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/) |