Parameters

Jump to: navigation, search

Parameters

Contains values of parameters specified in the request.

Elements

NameTypeDescription
apiKey string Value specified for apikey.
count string Value specified for count.
country string Value specified for country.
id string Value specified for the ID in the request.
format string Value specified for format.
imageCount integer Value specified for imagecount.
imageOffset integer Value specified for imageoffset.
include string Value specified for include.
language string Value specified for language.
offset string Value specified for offset.
type string Value specified for type.

XML Response Example 2

<parameters>
  <apiKey>4p1k3y</apiKey>
  <id>MW0000650088</id>
  <format>xml</format>
</parameters>

JSON Response Example

  "parameters": {
    "apiKey": "4p1k3y",
    "id": "MW0000650088",
    "format": "json"
  },
 
Personal tools