Uber · JSON Structure

Uber Riders Structure

JSON structure documentation for the Uber Riders API key entities.

Type: Properties: 0
RidesharingRidesTaxisTransportationFood DeliveryDeliveryLogistics

Uber Riders Structure is a JSON Structure definition published by Uber.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Uber Riders API Structure",
  "description": "JSON structure documentation for the Uber Riders API key entities.",
  "entities": {
    "Product": {
      "description": "An Uber ride product type available at a location.",
      "fields": {
        "product_id": "string — Unique product identifier",
        "description": "string — Product description",
        "display_name": "string — User-facing product name",
        "capacity": "integer — Maximum passenger capacity",
        "image": "string(uri) — Product image URL"
      }
    },
    "PriceEstimate": {
      "description": "Price estimate for a ride product between two locations.",
      "fields": {
        "product_id": "string — Product identifier",
        "currency_code": "string — ISO 4217 currency code",
        "display_name": "string — Product name",
        "estimate": "string — Formatted price estimate",
        "low_estimate": "number — Lower bound of estimated price",
        "high_estimate": "number — Upper bound of estimated price",
        "surge_multiplier": "number — Current surge multiplier",
        "duration": "integer — Expected duration in seconds",
        "distance": "number — Expected distance in miles"
      }
    },
    "RideRequest": {
      "description": "A ride request submitted by a user.",
      "fields": {
        "request_id": "string — Unique ride request identifier",
        "status": "string(enum) — Current request status",
        "driver": "object — Assigned driver details",
        "vehicle": "object — Driver's vehicle details",
        "eta": "integer — Driver ETA in minutes",
        "surge_multiplier": "number — Applied surge multiplier"
      }
    },
    "RiderProfile": {
      "description": "Uber rider account profile.",
      "fields": {
        "uuid": "string — Unique user identifier",
        "first_name": "string — Rider's first name",
        "last_name": "string — Rider's last name",
        "email": "string(email) — Rider's email address",
        "picture": "string(uri) — Profile picture URL",
        "promo_code": "string — Rider's referral promo code"
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/uber-riders-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.