This document describes the 9flats API and how to use it.
You access the 9flats.com API through the complete account URL:
https://api.9flats.com/api/<version_number>/<resource>?client_id=<client_id>
where
version_number
is the number of the API version
resource
is the resource you want to access
client_id
is your client application id (you requested here)
Getting all favorite places of a user would request the following URL:
https://api.9flats.com/api/v3/user/name/favorites?client_id=your_client_id_
Resources are normally accessed through SSL.
The 9flats API currently accepts and responds to JSON only. The API doesn’t support XML.