-
Notifications
You must be signed in to change notification settings - Fork 7
/
JavaScript APIs.txt
43 lines (36 loc) · 2.6 KB
/
JavaScript APIs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//************************************************************
// DEZE API's zijn open, zonder registratie beschikbaar, of al geregistreerd (registratie aanvullend vaak wel mogelijk)
// THESE API's are open, free, mostly available without registration (or already registered).
https://opendata.rdw.nl/resource/m9d7-ebf2.json?kenteken= + kenteken
https://swapi.dev/ - The Star Wars API
https://pokeapi.co/ - The RESTful Pokemon API
https://api.openweathermap.org/data/2.5/weather?units=metric&appid=8566d604cd9402b65394b034e52aa2af&q=' + city - Open weathermap
https://ergast.com/mrd/ - Ergast Motor (Formula 1) API
https://randomuser.me/api/?results=10 - Random user data
https://jsonplaceholder.typicode.com/users/ - Also random user data
https://www.omdbapi.com/?apikey=f1f56c8e& - Open Movie Database (gebruik liever je eigen key!)
https://api.github.com/users/ - GitHub user information.
https://restcountries.com/ - Information on all countries in the world.
https://placesapi.dev/introduction - Another API with country information.
http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json - Postcode Data (Dutch)
http://opendata.cbs.nl/dataportaal/portal.html?_la=nl&_catalog=CBS - Honderden API's met statistische CBS-informatie (complex).
https://data.pdok.nl/datasets - Allerlei informatie van het Kadaster (complex)
https://coinmarketcap.com/api/ - Blockchain/Bitcoin information
https://api.spacexdata.com/v3/launches/ - SpaceX rocket launch information
https://hp-api.herokuapp.com/ - Harry Potter API
https://fide-ratings-scraper.herokuapp.com/ - FIDE (chess) ratings scraping and using in your application. Zie also https://github.com/xRuiAlves/fide-ratings-scraper/
//************************************************************
// HIER eerst registreren voor API Key - daarna Key meesturen in elke request.
// Deze API's zijn uitgebreider, maar ook (veel) complexer
// REGISTER FIRST AT THESE API's. Afterwards, add the key in every subsequent request.
// These API's are a lot richer, but also more complex
http://developer.marvel.com/ - Marvel comics
https://www.rijksmuseum.nl/nl/api - Rijksmuseum
https://www.themoviedb.org/documentation/api - The Movie Database
http://www.last.fm/api - Last FM - artiesten- & muziekinformatie
https://developers.google.com/youtube/v3/ - YouTube - custom YouTube features
https://freemusicarchive.org/api - informatie over ('open source') songs & artiesten
https://api.nasa.gov/ - NASA API, met informatie over galaxy's en meer
//************************************************************
// Even more API's:
https://github.com/toddmotto/public-apis