Warp API (1.0.0)

API for managing and manipulating timelines with advanced time travel capabilities.

Download OpenAPI description
Overview
Warp API Support support@warpapi.com
License MIT
Languages
Servers
Mock server
https://warp-single-sidebar.redocly.app/_mock/apis/
Quantum server
https://api.warp.example.com/v1/

Timelines

Operations

Travel

Operations

Travel across time

Request

Travel to a timeline or to a temporal anchor to return.

Bodyapplication/jsonrequired
destinationstringrequired

The ID of the destination timeline or anchor

Example: "tml_tesla_mission_1"
items_transportedArray of strings

List of items successfully transported during time travel

Example: ["itm_tsla_blueprint"]
curl -i -X POST \
  https://warp-single-sidebar.redocly.app/_mock/apis/travels \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "destination": "tml_tesla_mission_1",
    "items_transported": [
      "itm_tsla_blueprint"
    ]
  }'

Responses

Time travel successful

Bodyapplication/json
destinationstringrequired

The ID of the destination timeline or anchor

Example: "tml_tesla_mission_1"
arrival_timestring(date-time)read-only

The exact time of arrival at the destination

Example: "1889-03-10T23:50:00Z"
items_transportedArray of strings

List of items successfully transported during time travel

Example: ["itm_tsla_blueprint"]
Response
application/json
{ "destination": "tml_tesla_mission_1", "arrival_time": "1889-03-10T23:50:00Z", "items_transported": [ "itm_tsla_blueprint" ] }

Items

Operations

Events

Operations

Anchors

Operations

Paradoxes

Operations

Monitoring

Operations