Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

JamBase Lookups API

Lookup Identifiers

JamBase Lookups API is one of 7 APIs that JamBase publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Lookups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, pricing, rate-limit docs, and 1 JSON Schema.

This API exposes 4 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 3.1.0.

Requests are made against a single base URL, https://api.data.jambase.com/v3.

4 operations 4 paths 6 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.1.0
Base URL
https://data.jambase.com/v3
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

JamBase Lookups API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — API key as Bearer token. Get your key from your account dashboard.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Lookups 4

Lookup Identifiers

GET
/lookups/event-data-sources
Get Event Data Sources
getEventDataSources → 200400401
GET
/lookups/stream-data-sources
Get Stream Data Sources
getstreamDataSources → 200400401
GET
/lookups/artist-data-sources
Get Artist Data Sources
getArtistDataSources → 200400401
GET
/lookups/venue-data-sources
Get Venue Data Sources
getVenueDataSources → 200400401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Thing (7 properties), URL (3 properties). Each schema is shown below with its type and property counts.

Organization
object
An organization or business.\ Typically a ticket vendor or data source in this API.\ The identifier or "slug" can also be used as ticket[vendor][id] in /events…
5 required
Success
boolean
A successful response.
ErrorsList
array
A list of errors
URL
object
A third-party link.
3 properties
Thing
object
A generic thing
7 properties
enumUrlType
string
The type of the external URL

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jambase-lookups-api-openapi.yml Raw ↑

Other APIs JamBase publishes across the network.

JamBase Artists API
JamBase Events API
JamBase Genres API
JamBase Geographies API
JamBase Streams API
JamBase Venues API