Jetsemani API documentation version v1
https://api.jetsemani.com
/events
get
List all Events matching query criteria, if provided; otherwise list all Events
get /events
List all Events matching query criteria, if provided; otherwise list all Events
Query Parameters
- language: (
- es (default)
- en
- category: (
- culture-art
- film
- sports
- fashion
- gastronomy
- music-concerts
- party-nightlife
- history-heritage
- performance
- other
- general-events
- limit: (integer)
- capacity: (integer)
- price_from: (integer)
- price_to: (integer)
- currency: (
- cop (default)
- usd
- start: (YYYY-MM-DD)
- end: (YYYY-MM-DD)
- orderBy: (string)
HTTP status code 200
Body
Media type: application/json
Type: object
Example:
{
"filtersApplied": [
"capacity",
"category",
"currency",
"end",
"language",
"orderBy",
"limit",
"price_from",
"price_to",
"start"
],
"data": [
{
"id": "integer",
"name": "string",
"description": "string",
"language": "es|us",
"startDate": "YYYY-MM-DD",
"endDate": "YYYY-MM-DD",
"location": {
"fullname": "string",
"addressLocality": "string",
"addressRegion": "string",
"lat": "integer",
"lng": "integer"
},
"offers": {
"price": "integer",
"priceCurrency": "string",
"includesObject": {
"amountOfThisGood": "integer",
"unitText": "person"
}
},
"free": false,
"period": "integer",
"duration": "integer",
"capacity": "integer",
"image": "string",
"categories": "culture-art|film|sports|fashion|gastronomy|music-concerts|party-nightlife|history-heritage|performance|other|general-events",
"url": "string"
}
]
}