: Unsupported Media Type

If you are using a web browser

You may be using an old browser, or a configuration setting may prevent it from asking for HTML content. For the best experience, please use a recent version of Firefox or Chrome. If you continue to encounter the issue after upgrading, please file a bug report including the page you tried to access and the web browser you are using.

If you are using our API

We only support JSON and XML response types. You can either

  • include an Accept header in your request with the mime types you prefer, for instance:
    Accept: application/json,application/xml
  • indicate the preferred mime type using the 'format' request parameter:
    /endpoint1?format=xml
    /endpoint2?someParam=foo&format=json