API Usage for export data/feeds (2.0)

It's just an HTTP GET, and the page will return some simple text/XML/JSON/serialize data/feeds.

Example:
  • http://{your_api_host}/2.0/export/?source=url&pkey=
  • http://{your_api_host}/2.0/export/?source=md5&pkey=

Parameters

These are the input values that specify your request.

Parameter Description
pkey (REQUIRED) Each subscriber to API Web Services is uniquely identified by an ID sequence and every request to Web services requires this ID.
source You can select 'URL' or 'MD5' data source for export.
qt Optional parameter for show query process time. By default as 0


Returns

API returns text which means it can be used within any programming language and on any platform.

Error reporting

Any errors reported, within the control of the API, will be presented in the simple text format and started from "ERROR:"

  • ERROR: Validating API request format failed, please check your API request.
  • ERROR: Authenticating customer failed, please check your authentication ID.
  • ERROR: Authenticating customer failed, your authentication ID is disabled.
  • ERROR: API determines some internal errors, please try again or contact us.