• 12.450 nieuwsartikelen
  • 166.947 films
  • 10.790 series
  • 31.051 seizoenen
  • 624.882 acteurs
  • 195.369 gebruikers
  • 9.132.104 stemmen
Avatar
 

MovieMeter API

(English below)

De MovieMeter API is een REST webservice waarmee je vanuit externe websites en applicaties Nederlandstalige informatie kunt opvragen over films. Via deze weg is het mogelijk om makkelijk en snel Nederlandstalige filminformatie op te halen en te tonen in bv. externe websites, filmcollectie software en media center systemen.

Gebruik van de API en de gegevens die je er mee ophaalt is gratis bij het niet-commerciëel gebruik, en wanneer je de bron vermeldt (bij voorkeur met een link naar de betreffende filmpagina). Mocht je de API commerciëel willen gebruiken, neem dan svp contact op met op [email protected].

MovieMeter houdt zich te allen tijde het recht voor om de voorwaarden van deze API te wijzigen, individuele API keys in te trekken, of de API in zijn geheel te stoppen.

Aangezien er ook niet-Nederlandstalige gebruikers van de API zijn, zal de rest van deze pagina in het Engels zijn.

English introduction

The MovieMeter API is a REST webservice which you can use to retrieve film information in Dutch.

Usage of this API is free for non-commercial use, and if you provide a link to MovieMeter to the users of your application. If you would like this use this API commercially, please contact us at [email protected].

MovieMeter reserves the right to change the usage terms, revoke individual API keys or stop providing the service altogether.

Usage

Before you can make a request to the server, you have to register yourself as a client by requesting an API key by visiting this url. All calls return JSON. For a JSONP request, you can specify a "callback" variable in your request

Film methods

Retrieve film information by moviemeter id
https://www.moviemeter.nl/api/film/5208?api_key=YOUR_API_KEY
Retrieve film information by imdb code, with callback
https://www.moviemeter.nl/api/film/tt0092695?api_key=YOUR_API_KEY&calback=myCallback
Search for films
https://www.moviemeter.nl/api/film/?q=brave%20little%20toaster&api_key=YOUR_API_KEY

Show methods

Difference between retrieving films and shows is that shows need the parameter entity=show in the API URL.


Retrieve show information by moviemeter shows id
https://www.moviemeter.nl/api/film/2?api_key=YOUR_API_KEY&entity=show
Retrieve show information by imdb code, with callback
https://www.moviemeter.nl/api/film/tt0944947?api_key=YOUR_API_KEY&entity=show&calback=myCallback
Search for shows
https://www.moviemeter.nl/api/film/?q=game%20of%20thrones&api_key=YOUR_API_KEY&entity=show

Request MovieMeter.nl API key

Please supply the name of your website or application, and a valid e-mail address. This address is used to send you your API key, and for informing you about any future changes to the API. For more information about the API, please follow this page.

*

*

* denotes required fields.