Bamio's API (experimental)
The Bamio's API (application programming interface) allows to access many of the functionalities and resources of Bamio from other websites, apps or devices. The use of the API is free and open, and is only necessary to generate a key for each website or application
To use the API's Bamio, keep in mind:
- You can use the API unlimited If you need a high volume of requests, you must contact us beforehand to know your case and to efficiently manage your requests
- Without advertising. The API's Bamio dont includes ads
- You must not change the API results. You may not remove or change the logos, links o results from the API
- Bamio reserves the right to suspend or terminate the use of the API.
API keys
Name: URL:
My keys:
- You have no Bamio API
Accesing to the Bamio's API
With the URL http://bamio.com/api/ you can access to the Bamio's API, using the next methods
Bamio's API reference
auth
Auth with Bamio. Must be a POST request, or the API will return an error.
Request
Return
logout
Close the Bamio session if authed.
Request
Return
notifications
Return a list with the last user notifications. Auth is required.
Request
Return
messages
Return all private messages from users. Auth is required.
Request
Return
friends
Return all friends from user. Auth is required
Request
Return
events
TBD.
Request
Return
user
Gives info from user. Auth is not required, but returned data depends on user privileges.
Request
Return
event
Gives info from event. The returned data will depend on user privileges. For example, a guest user can't ask for a private event, or couldn't obtain some info from public ones, such as pictures.
Request
Return
place
Gives info from a place. The returned data will depend on user privileges.