{"basePath":"/agenda/0.0.1","paths":{"/events":{"get":{"summary":"Returns the first 25 events","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"query","name":"page","description":"The page number you want returned","type":"string","required":false}],"x-throttling-tier":"Unlimited"}},"/events/search":{"get":{"summary":"Returns all events matching a keyword in their description","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"query","name":"name","description":"String to match","type":"string","required":true},{"name":"page","in":"query","required":false,"type":"integer","description":"page number, starting with 0"}],"x-throttling-tier":"Unlimited"}},"/events/location":{"get":{"responses":{"200":{"description":""}},"description":"Returns events within defined distance from a defined point","x-auth-type":"Application","x-throttling-tier":"Unlimited","summary":"Returns events within defined distance from a defined poin","parameters":[{"name":"lon","in":"query","required":true,"type":"number","format":"double","description":"longtitude"},{"name":"lat","in":"query","required":true,"type":"number","format":"double","description":"latitude"},{"name":"dist","in":"query","required":true,"type":"integer","description":"distance (meters)"}]}},"/events/categories":{"get":{"summary":"Returns event categories","x-auth-type":"Application","responses":{"200":{"description":""}},"x-throttling-tier":"Unlimited"}},"/events/category":{"get":{"responses":{"200":{"description":""}},"description":"Return events by categories","parameters":[{"name":"mainCategory","in":"query","required":true,"type":"integer","description":"main category id"},{"name":"subCategory","in":"query","required":false,"type":"integer","description":"level 2 or level 3 category id"},{"name":"page","in":"query","required":false,"type":"integer","description":"page number of the result list"}],"summary":"Return events by categories","x-auth-type":"Application","x-throttling-tier":"Unlimited"}},"/events/date":{"get":{"responses":{"200":{"description":""}},"description":"Return events occurring at a specific date","parameters":[{"name":"date","in":"query","required":true,"type":"string","format":"date","description":"Requested date (yyyy-MM-dd)"},{"name":"page","in":"query","required":false,"type":"integer","description":"Page number of the event list"}],"summary":"Return events occurring at a specific date","x-auth-type":"Application","x-throttling-tier":"Unlimited"}},"/events/{id}":{"get":{"summary":"Returns a particular event","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"path","name":"id","description":"Event id","type":"string","required":true}],"x-throttling-tier":"Unlimited"}},"/organizers":{"get":{"summary":"Returns the first 25 organizers","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"query","name":"page","description":"The page number you want returned","type":"string","required":false}],"x-throttling-tier":"Unlimited"}},"/organizers/search":{"get":{"summary":"Returns all organizers matching a keyword in their description","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"query","name":"name","description":"String to match","type":"string","required":false}],"x-throttling-tier":"Unlimited"}},"/organizers/{id}":{"get":{"summary":"Returns a particular organizer","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"path","name":"id","description":"Organizer id","type":"string","required":true}],"x-throttling-tier":"Unlimited"}},"/places":{"get":{"summary":"Returns the first 25 places","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"query","name":"page","description":"The page number you want returned","type":"string","required":false}],"x-throttling-tier":"Unlimited"}},"/places/search":{"get":{"summary":"Returns all places matching a keyword in their description","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"query","name":"name","description":"String to match","type":"string","required":true},{"name":"page","in":"query","required":false,"type":"integer","description":"page"}],"x-throttling-tier":"Unlimited"}},"/places/events/{id}":{"get":{"summary":"Returns all events related to the place","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"path","name":"id","description":"Place id","type":"integer","required":true},{"name":"page","in":"query","required":false,"type":"integer","description":"page"}],"x-throttling-tier":"Unlimited"}},"/places/{id}":{"get":{"summary":"Returns a particular place","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"path","name":"id","description":"Place id","type":"string","required":true}],"x-throttling-tier":"Unlimited"}},"/venues/search/category":{"get":{"summary":"Returns all venues related to the category","x-auth-type":"Application","responses":{"200":{"description":""}},"parameters":[{"in":"query","name":"name","description":"Category name","type":"string","required":true}],"x-throttling-tier":"Unlimited"}},"/lastUpdate":{"get":{"responses":{"200":{"description":""}},"summary":"Returns timestamp of the last update","x-auth-type":"Application","x-throttling-tier":"Unlimited"}}},"host":"api.brussels:443/api","schemes":["https","http"],"securityDefinitions":{"default":{"type":"oauth2","authorizationUrl":"https://192.168.36.79:443/api/authorize","flow":"implicit","scopes":{}}},"swagger":"2.0","info":{"title":"agenda.brussels","version":"0.0.1","description":"API returning a list of cultural events"}}