Uber · Schema

Receipt

RidesharingRidesTaxisTransportationFood DeliveryDeliveryLogistics

Properties

Name Type Description
request_id string The unique ID for the request.
charges array
total_charged string The total amount charged to the user's payment method.
total_owed number The total amount owed by the user.
currency_code string ISO 4217 currency code.
duration string Time duration of the trip in ISO 8601 format.
distance string Distance of the trip charged.
distance_label string The localized unit of distance.
View JSON Schema on GitHub

JSON Schema

uber-receipt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Receipt",
  "title": "Receipt",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "The unique ID for the request."
    },
    "charges": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "amount": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        }
      }
    },
    "total_charged": {
      "type": "string",
      "description": "The total amount charged to the user's payment method."
    },
    "total_owed": {
      "type": "number",
      "description": "The total amount owed by the user."
    },
    "currency_code": {
      "type": "string",
      "description": "ISO 4217 currency code."
    },
    "duration": {
      "type": "string",
      "description": "Time duration of the trip in ISO 8601 format."
    },
    "distance": {
      "type": "string",
      "description": "Distance of the trip charged."
    },
    "distance_label": {
      "type": "string",
      "description": "The localized unit of distance."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/uber-receipt"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.