Bubilet

Read-only

Turkish event ticketing (bubilet.com.tr): events by city, event detail with date and price, categories, performers, and venues. Generated from www.bubilet.com.tr.

Base URL
https://api.maviapi.com/v1/sites/bubilet
5
Endpoints
266ms
p50 latency
70
Calls / 30d
GET/categories

Categories

List Bubilet event categories (Konser, Tiyatro, ...) with id and keyword.

Bearer auth. Pass your key as Authorization: Bearer <key> on every request.
limit
integerOptionalin query

Max items per page (default 50, max 200)

offset
integerOptionalin query

Items to skip for pagination

refresh
booleanOptionalin query

Bypass and repopulate the cache

dataobject[]
cachedboolean
sourcestring
paginationobject
Try itLive
GET
https://api.maviapi.com/v1/sites/bubilet/categories?limit=50&offset=0&refresh=false
Request
curl "https://api.maviapi.com/v1/sites/bubilet/categories?limit=50&offset=0&refresh=false" \
-H "Authorization: Bearer $MAVI_KEY"
200 OKexample · 306 B
{
  "data": [
    {
      "id": 4,
      "name": "Konser",
      "keyword": "Konser",
      "order": 1
    }
  ],
  "cached": false,
  "source": "https://platform.api.bubilet.com.tr/category",
  "pagination": {
    "total": 24,
    "limit": 50,
    "offset": 0,
    "count": 24,
    "has_more": false
  }
}