rborate
← back to rate desk

developer access / public data

The ledger,
without the UI.

Download the verified snapshot today. A queryable REST interface is documented below as a preview—not presented as a live backend.

01 / access

One working artifact.
One planned interface.

GET/api/v1/snapshot.jsonSTATIC / LIVE
GET/v1/rates?job={slug}&market={cc}REST / PREVIEW

The static JSON file ships with this website and can be opened or downloaded now. Query parameters require a future hosted API service.

02 / schema

Fields that keep
the evidence legible.

jobstringservice slug
marketstringISO-style country code
robot_ratenumbereffective USD per hour
human_wagenumberILO wage in USD per hour
spreadnumberwage minus robot rate
gradestringevidence grade A–C
sourceurlpublic provenance
verified_atdatesnapshot verification date

03 / response example

Small enough to audit.

application/json
{
  "job": "warehouse-pick",
  "market": "US",
  "robot_rate": 64.45,
  "human_wage": 27.36,
  "spread": -37.09,
  "grade": "A"
}

04 / honest limits

No phantom backend.

REST IS NOT LIVE YET

There is no authentication, SLA, rate limit or hosted query engine today. The downloadable snapshot is the only production artifact on this page.

open current snapshot ↗