Zooomr API Overview

The Zooomr API consists of a set of callable methods and endpoints.

A typical request to the Zooomr API is made from selecting a calling convention, sending method and argument information to its endpoint and then awaiting a response.

ALL listed request formats on the API index page take a list of named parameters as input.

Two parameters are always required. They are as follows:

  • Parameter method is used to specify the calling method.
  • Parameter api_key is used to specify your API Key.

The optional parameter format is used to specify how the response should be formatted.

Arguments, responses and error codes for each method are listed on the method's spec page. Methods are lists on the API index page.

Please Note: The Zooomr API exposes identifiers for users, photos, zipline posts and other uniquely identifiable objects. These IDs must be treated as opaque strings, rather than integers of any specific type. While we do our best to keep the format of IDs as long as possible, they can change over time, so relying on the current format may cause you problems in the future.