Rich cigar data, built for developers

Build better cigar apps, faster.

Search and connect a large, structured cigar database—including brands, blends, products, and vitolas for each cigar—through developer-friendly REST, GraphQL, SDKs, and AI tools.

REST + GraphQLOAuth-readyStable public IDsDevelopment keys in minutes
GET /v1/cigars/search
const results = await boxpressd.cigars.search({
query: "Liga Privada",
include: ["brand", "vitolas"]
});

// Rich, structured results
{ id: "cigar_k9P4m...",
name: "Liga Privada No. 9",
vitolas: [{ shape: "Robusto", ... }] }

Curated

public schema

Typed

identifiers

Fast

search

Quickstarts

Go from idea to first result.

Browse all guides

The data advantage

Cigar data with the details your app actually needs.

Vitolas

Model the sizes and shapes available for each cigar instead of treating every blend as a single generic record.

Connected

Move naturally between cigars, brands, products, barcodes, venues, and user-authorized Boxpressd data.

Searchable

Build discovery with fuzzy search, deterministic ranking, filters, and stable cursor pagination.

Curated

Public serializers expose intentional domain models—not raw tables, private fields, or unstable internal names.

Platform

Choose how you build.

Boxpressd API

Integrate cigar intelligence directly into your app.

Use one consistent platform for cigar search, detail pages, vitolas, barcode lookup, name resolution, and authorized user experiences.

View documentation
JavaScriptcURLGraphQL
const response = await fetch(
"https://api.boxpressd.com/v1/cigars/search?q=padron",
{ headers: {
"x-boxpressd-key": process.env.BOXPRESSD_API_KEY
} }
);

const { data, pagination } = await response.json();
Open the GraphQL explorer

Developer news

Notes for people building cigar apps.

Articles coming soon
API

Designing a public cigar API developers can trust

How stable identifiers, curated serializers, and deterministic search create a dependable foundation for cigar apps.

Coming soon
DATA

Why vitolas matter in cigar data

A practical look at representing cigar sizes and shapes without flattening the details enthusiasts care about.

Coming soon
BUILD

From API key to cigar search in minutes

A forthcoming quickstart for building your first Boxpressd-powered search experience with REST or GraphQL.

Coming soon

Start building

Your cigar app can make its first request today.

Boxpressd Developer Platform | Build Cigar Apps with REST, GraphQL & AI