Introduction

This section contains details about the Netrep API, including the Operations, Response Groups, and other elements that make up the application programming interface (API).

Each Operation listed contains at least one sample request to help you get started. Use the sample requests as a starting point for developing your own requests. Keep in mind that you should substitute your own username and password into the requests before using them.

WSDL and Schema Locations

The Netrep API publishes its API through Web Services Description Language (WSDL) documents, which you can use to construct SOAP requests.

URL: http://webservice.empyregroup.net/yugioh/

How to Use

Depending on the calling platform you can have several different methods to make calls to the Netrep API since it uses the SOAP standard.

If you are planning on using a PHP platform to make your calles from we recommend you use the NuSoap Library which can be found here: http://dietrich.ganx4.com/nusoap/. The NuSoap library allows PHP to make SOAP calls to any webservice that uses a standard SOAP interface.

Operations

  • getCardById
  • getCardByName
  • getCardBySetId
  • getCardListingBySetId
  • getCardByFilter
  • getCardListingByFilter
  • getCardRulingsById
  • getCardRulingsByName
  • getSetById
  • getAllSets
  • getMonsterAttributes
  • getMonsterTypes

Base Types

  • Filter
  • CardListing
  • Card
  • Set