EditIntroduction
The My Movies API allows developers of th
EditReaching the API
The API is available in two different flavors:
- Microsoft .NET WebService (SOAP), available at https://api.mymovies.dk/default.asmx. The Microsoft .NET WebService is the easiest way of using the service, if you develop using .NET Framework. Simply add the address as a Web Reference with the name you prefer, and you can use it as a class directly in .NET.
- Standard Web Page (QueryString), available at https://api.mymovies.dk/default.aspx.