Runa · JSON Structure

Runa Structure

JSON structure documentation for the Runa Payouts API data entities

Type: Properties: 0
Gift CardsRewardsPaymentsIncentivesPayouts

Runa Structure is a JSON Structure definition published by Runa.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Runa API Data Structures",
  "description": "JSON structure documentation for the Runa Payouts API data entities",
  "version": "2024-02-05",
  "entities": {
    "Order": {
      "description": "A digital reward or gift card order",
      "fields": {
        "id": { "type": "string", "description": "Order identifier", "required": true },
        "status": {
          "type": "string",
          "description": "PENDING | PROCESSING | COMPLETED | FAILED | CANCELLED",
          "required": true
        },
        "created_at": { "type": "string", "description": "Creation timestamp" },
        "completed_at": { "type": "string", "description": "Completion timestamp" },
        "payment_method": { "type": "object", "description": "Payment source (type + currency)" },
        "items": { "type": "array", "description": "Order line items with payout URLs" }
      }
    },
    "OrderItem": {
      "description": "A line item in a Runa order",
      "fields": {
        "id": { "type": "string", "description": "Item identifier" },
        "face_value": { "type": "number", "description": "Item monetary value" },
        "currency": { "type": "string", "description": "ISO 4217 currency" },
        "status": { "type": "string", "description": "Item fulfillment status" },
        "payout": {
          "type": "object",
          "description": "Payout delivery details",
          "fields": {
            "url": { "type": "string", "description": "Recipient redemption link", "required": true },
            "expires_at": { "type": "string", "description": "Link expiration timestamp" }
          }
        }
      }
    },
    "Product": {
      "description": "A gift card or digital payout product in the Runa catalog",
      "fields": {
        "id": { "type": "string", "description": "Product identifier", "required": true },
        "name": { "type": "string", "description": "Brand name", "required": true },
        "description": { "type": "string", "description": "Redemption instructions" },
        "categories": { "type": "array", "description": "Category names" },
        "countries": { "type": "array", "description": "Supported country codes" },
        "currencies": { "type": "array", "description": "Supported currencies" },
        "denominations": {
          "type": "object",
          "description": "Denomination options (FIXED or VARIABLE)",
          "fields": {
            "type": { "type": "string", "description": "FIXED or VARIABLE" },
            "values": { "type": "array", "description": "Fixed denomination amounts" },
            "min": { "type": "number", "description": "Minimum variable amount" },
            "max": { "type": "number", "description": "Maximum variable amount" }
          }
        },
        "image_url": { "type": "string", "description": "Brand logo URL" }
      }
    },
    "Balance": {
      "description": "Account balance for a currency",
      "fields": {
        "balance": { "type": "string", "description": "Balance amount as string", "required": true },
        "currency": { "type": "string", "description": "ISO 4217 currency code", "required": true }
      }
    },
    "OrderEstimate": {
      "description": "Cost estimate for a potential order",
      "fields": {
        "face_value": { "type": "number", "description": "Total face value" },
        "fees": { "type": "number", "description": "Platform fees" },
        "total": { "type": "number", "description": "Total cost including fees" },
        "currency": { "type": "string", "description": "Currency for all values" }
      }
    }
  }
}

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/runa-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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