{
"data": [
{
"id": "evt_123",
"type": "event",
"title": "Broadcast Showcase",
"descriptionMD": "Long-form event description in markdown or HTML-friendly text.",
"subtitle": "Live in Oslo",
"summary": "An evening of live music and DJs.",
"status": "scheduled",
"timing": {
"doors": "2026-05-10T18:00:00.000Z",
"close": "2026-05-10T22:30:00.000Z",
"timezone": "Europe/Oslo",
"startTime": "2026-05-10T19:00:00.000Z"
},
"classification": {
"tags": ["live", "indie"],
"categories": ["concert"],
"ageRestrictionText": "18+",
"noAgeLimit": false
},
"attendance": {
"isFree": false,
"soldOut": false,
"price": {
"text": "NOK 250"
},
"ticketing": "https://tickets.example.com/event-123",
"commonTicketUrl": "https://tickets.example.com/common",
"additionalPriceInfo": "Doors + service fee may apply",
"callToAction": {
"label": "Book table",
"url": "https://tables.example.com/event-123"
}
},
"location": {
"type": "venue",
"venue": {
"id": "venue_123",
"type": "venue",
"name": "John Dee",
"address": {
"city": "Oslo",
"country": "NO"
},
"links": {
"self": "https://www.broadcast.events/v/venue_123",
"entity": "https://www.broadcast.events/v/venue_123",
"profile": "https://www.broadcast.events/@john-dee"
},
"profile": {
"handle": "@john-dee",
"canonicalUrl": "https://www.broadcast.events/@john-dee"
}
}
},
"media": {
"image": {
"url": "https://img.broadcastapp.no/example/tr:w-375",
"variants": {
"micro": "https://img.broadcastapp.no/example/tr:w-100",
"small": "https://img.broadcastapp.no/example/tr:w-178",
"medium": "https://img.broadcastapp.no/example/tr:w-375",
"large": "https://img.broadcastapp.no/example/tr:w-750"
}
},
"youtube": "https://youtube.com/watch?v=abc123",
"embeds": [
{
"type": "spotify",
"name": "Playlist",
"id": "playlist_1"
}
]
},
"links": {
"self": "https://www.broadcast.events/events/broadcast-showcase/evt_123",
"moreInfo": "https://venue.example.com/more-info"
},
"meta": {
"publishedAt": "2026-05-01T09:00:00.000Z",
"importId": "import-123",
"importIntegrationId": "integration-123"
},
"relatedEvents": [
{
"objectId": "evt_related_456"
}
],
"source": {
"provider": "internal"
},
"createdAt": "2026-04-01T12:00:00.000Z",
"updatedAt": "2026-04-05T09:30:00.000Z",
"structuredData": {
"jsonLd": "{\"@context\":\"https://schema.org\",\"@type\":\"MusicEvent\"}"
}
}
],
"meta": {
"projects": [
{
"id": "project_venue_123",
"name": "John Dee"
},
{
"id": "project_promoter_456",
"name": "All Things Live"
}
],
"count": 1,
"itemCount": 1,
"generatedAt": "2026-05-04T10:00:00.000Z",
"limit": 25
}
}