Base URL
The upstream TRA calculator only answers requests from Tanzanian IP addresses, so the API is deployed on Tanzanian infrastructure — call it through this host, not the TRA portal directly.
How it works
Send a listing URL
POST /v1/estimate with the listing URL from a supported auction site (BeForward, SBT Japan, SBI / Enhance Auto, or any site exposing schema.org listing data).We scrape and match
The API extracts make, model, chassis code, year, engine capacity, fuel, and price, then resolves the vehicle against the TRA database (by chassis code, or via AI when no exact code match exists).
What you can build
Instant valuations
Show landed-cost estimates on a dealer site or marketplace the moment a buyer pastes a link.
Condition insights
Summarise Japanese auction inspection sheets into structured, readable reports.
Side-by-side comparison
Compare two vehicles on total cost and condition, with a recommendation.
Import-cost tooling
Embed accurate TRA duty figures into financing, insurance, or logistics workflows.
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /v1/estimate | Listing URL → full TRA tax + drive-away breakdown |
POST | /v1/condition-report | Summarise an auction inspection sheet |
POST | /v1/compare | Compare two listings with a recommendation |
GET | /v1/tra-status | Check whether the TRA portal is reachable |