Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Taxi - Describe How Your APIs and Data Relate Queries API

TaxiQL query execution

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.taxilang.org.

2 operations 2 paths 3 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://api.taxilang.org
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Queries 2

TaxiQL query execution

POST
/queries
Execute TaxiQL Query
executeQuery body → 200400
GET
/queries/{query_id}
Get Query Status
getQueryStatus 1 param → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are QueryResult (5 properties), QueryRequest (3 properties), Error (3 properties). Each schema is shown below with its type and property counts.

QueryResult
object
5 properties
Error
object
3 properties
QueryRequest
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

taxi-queries-api-openapi.yml Raw ↑