Bandicoot Lab API

Access lab-verified smartphone testing data through a simple REST API. Every measurement in our database — from camera sharpness and dynamic range to battery drain curves and speaker frequency response — is available programmatically.

Every Device We Test

Flagship smartphones tested across 10 categories with thousands of individual measurements per device.

Structured Scores

Hierarchical scoring from sub-scores to overall device score, all on a transparent 0–950 scale.

Raw Measurements

Full test data including per-patch sharpness, 41-step dynamic range curves, 175-patch color accuracy, charging time-series, and more.

Quick Start

All requests go through the Supabase REST gateway. Include your API key and the api schema header with every request.

Base URLhttps://api.bandicootlab.com/rest/v1
Required headersapikey: YOUR_API_KEYAccept-Profile: api
Example request
curl "https://api.bandicootlab.com/rest/v1/devices?select=id,brand,model,soc,price" \
  -H "apikey: YOUR_API_KEY" \
  -H "Accept-Profile: api"

Get Access

We're onboarding API partners. Contact us to request an API key and discuss licensing.

hello@techbandicoot.com