You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, the hostname is https://www.skiddle.com, the endpoint is /api/v1/events/search/, and the arguments are everything after the question mark. Each request requires an API key to be passed with a key labelled api_key.
All responses will be returned in text/json format. Successful responses will return a 200 HTTP header, errors/failed responses will return with a 400 HTTP header, along with details of the error encountered.
The API is open to any language capable of formatting and calling the above URL structure, and receiving and parsing JSON data. Whilst we currently have no plans for any future SDK's, we have released a PHP SDK which helps make everything even simpler for you.
##Endpoints
Find out information relating to specific API endpoints