.. Fotoglif API documentation master file, created by sphinx-quickstart on Tue Apr 28 17:18:58 2009. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Fotoglif API's documentation! ======================================== The Fotoglif API is a web interface for developers to access the wealth of image content in Fotoglif's database. The data is exposed through a series of structured URLs referred to as *end-points*. Developers who've used the Digg or Flickr APIs should be familiar with the concept. If you are not familiar with it, a typical call to the API takes the following appearance: ``http://api.fotoglif.com/image/recent?page=1&callback=myFoo`` There are currently two top-level points you can get data from: ``/image`` (for image data) and ``/album`` for album data. The *end-point* documentation for each top-level point specifies various functions you can use to get different kinds of data from each. Of course if you need any further help or support, there is always the forums where we'll do our best to answer any of your questions. Contents: .. toctree:: :maxdepth: 2 Authentication Default Parameters Image Endpoints Album Endpoints Returns Indices and tables ================== * :ref:`search`