INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

1,159 observations · Differences between dated observations.

fittings.shFor one DailyMed SET ID: the current label version and date, its products with active ingredients and package descriptions, its marketed NDC codes, and the full revision history.
https://fittings.sh/v1/dailymed/spl-fetch
NetworkAdvertised amountBillingPayee
eip155:84530.006 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "For one DailyMed SET ID: the current label version and date, its products with active ingredients and package descriptions, its marketed NDC codes, and the full revision history.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "setid": {
                "description": "DailyMed SET ID UUID",
                "type": "string"
              }
            },
            "required": [
              "setid"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.006",
      "amount_atomic": "6000",
      "amount_encoding": "atomic_units",
      "amount_raw": "6000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "1c256d413ff13fcbc161106217c64f5cc3a5af7ce679e2fb856b360b155e734a",
  "service_id": "02a38e4a521d972961be7d72f8817bd1db7a2f1db7089594518b924d4c3007cb",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:06:46.826Z",
  "url": "https://fittings.sh/v1/dailymed/spl-fetch",
  "usage_rights": "not_reviewed"
}
fittings.shOne call returning both the National Weather Service forecast periods and any active watches, warnings and advisories for a US latitude and longitude. Use when a decision needs the outlook and the hazards together; `nws.point-forecast` returns the forecast alone and offers hourly granularity, and `nws.active-alerts` returns the alerts alone.
https://fittings.sh/v1/weather/nws-point-forecast
NetworkAdvertised amountBillingPayee
eip155:84530.00365 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "One call returning both the National Weather Service forecast periods and any active watches, warnings and advisories for a US latitude and longitude. Use when a decision needs the outlook and the hazards together; `nws.point-forecast` returns the forecast alone and offers hourly granularity, and `nws.active-alerts` returns the alerts alone.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "alerts": {
                "description": "Include active alerts, default true",
                "type": "boolean"
              },
              "lat": {
                "description": "Latitude, -90 to 90",
                "type": "number"
              },
              "lon": {
                "description": "Longitude, -180 to 180",
                "type": "number"
              },
              "periods": {
                "description": "Forecast periods to return, 1-14, default 6",
                "type": "number"
              }
            },
            "required": [
              "lat",
              "lon"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.00365",
      "amount_atomic": "3650",
      "amount_encoding": "atomic_units",
      "amount_raw": "3650",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "65fd54fa46684e937487f580619ece43094994337f73ff0655952c5c10c2813f",
  "service_id": "034cc1a7cf451a7eac3184aa1a8fe5f87f6e0356316eacaab963feaf9ad46506",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:03:35.992Z",
  "url": "https://fittings.sh/v1/weather/nws-point-forecast",
  "usage_rights": "not_reviewed"
}
fittings.shCandidate HTS classifications for a plain-language product description, each with its code, description, units of quantity and duty rates where the line carries them. A statistical line shows no rate of its own because it inherits its parent’s, which v1/hts/lookup resolves.
https://fittings.sh/v1/hts/search
NetworkAdvertised amountBillingPayee
eip155:84530.00598 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Candidate HTS classifications for a plain-language product description, each with its code, description, units of quantity and duty rates where the line carries them. A statistical line shows no rate of its own because it inherits its parent’s, which v1/hts/lookup resolves.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "limit": {
                "description": "Maximum results, 1-50, default 20",
                "type": "number"
              },
              "query": {
                "description": "Product description or partial code, 2-100 characters",
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.00598",
      "amount_atomic": "5980",
      "amount_encoding": "atomic_units",
      "amount_raw": "5980",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "612945c3bc534ddcff94dbd0b7a0f7a22c45412534fb909f0e983a384098f170",
  "service_id": "06663a95196f56712c0685820e310b65907a1df3a1e54411f86d8cae2987fe81",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:06:01.021Z",
  "url": "https://fittings.sh/v1/hts/search",
  "usage_rights": "not_reviewed"
}
fittings.shResolve a DOI to bibliographic metadata: title, authors, journal, dates, abstract, licence, funders and citation counts.
https://fittings.sh/v1/crossref/doi-metadata
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Resolve a DOI to bibliographic metadata: title, authors, journal, dates, abstract, licence, funders and citation counts.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "doi": {
                "description": "DOI, bare or as a doi.org URL",
                "type": "string"
              }
            },
            "required": [
              "doi"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.003",
      "amount_atomic": "3000",
      "amount_encoding": "atomic_units",
      "amount_raw": "3000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "dafce53d7b90e5a2eaadef42b53db7042170355180214f877736c7cd083da068",
  "service_id": "06c6727d64612c82761c5ec8846328dbad6549f869d001aa5efbb09d87ce7679",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:03:12.845Z",
  "url": "https://fittings.sh/v1/crossref/doi-metadata",
  "usage_rights": "not_reviewed"
}
fittings.shLook up the RxTerms prescribing form of a drug by RxCUI or name: display name, brand name, strength, dose form and route, as used in e-prescribing pick lists.
https://fittings.sh/v1/rxterms/prescribable
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Look up the RxTerms prescribing form of a drug by RxCUI or name: display name, brand name, strength, dose form and route, as used in e-prescribing pick lists.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "name": {
                "description": "Drug name, resolved to an RxCUI by exact match first",
                "type": "string"
              },
              "rxcui": {
                "description": "RxNorm concept id, e.g. 213269",
                "type": "string"
              }
            },
            "required": [],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.003",
      "amount_atomic": "3000",
      "amount_encoding": "atomic_units",
      "amount_raw": "3000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "ddac29d8c48ac940d970b78662478515b7d0385c7ac184424389ff6c5e983ecc",
  "service_id": "098bfb9d6e8790c5c6721f522485d71e87dbbe4d6bcf49961d94a02bd6a03d21",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:06:10.098Z",
  "url": "https://fittings.sh/v1/rxterms/prescribable",
  "usage_rights": "not_reviewed"
}
fittings.shAdd or subtract N business days from a date, skipping weekends and any supplied holiday dates.
https://fittings.sh/v1/time/business-days
NetworkAdvertised amountBillingPayee
eip155:84530.006649 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Add or subtract N business days from a date, skipping weekends and any supplied holiday dates.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "date": {
                "description": "ISO date YYYY-MM-DD",
                "type": "string"
              },
              "days": {
                "description": "Business days to add; negative subtracts",
                "type": "number"
              },
              "holidays": {
                "description": "Optional ISO dates to also skip",
                "type": "array"
              }
            },
            "required": [
              "date",
              "days"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.006649",
      "amount_atomic": "6649",
      "amount_encoding": "atomic_units",
      "amount_raw": "6649",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x68EFaFE862d89cE66dd3D7B07d5A3747A0871164",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "a2c1a7db653d623a8054ee0a9eaf24d8a443056ac47f0e20cc09255d70565846",
  "service_id": "0b4a7f0ad7679599219a49d37ae5356ddeaeda1ce0ee4158fac972447165f54e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-18T04:39:16.824Z",
  "url": "https://fittings.sh/v1/time/business-days",
  "usage_rights": "not_reviewed"
}
fittings.shCivil, nautical and astronomical twilight boundaries plus golden and blue hour windows for a date and coordinate, in UTC.
https://fittings.sh/v1/solar/twilight-windows
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Civil, nautical and astronomical twilight boundaries plus golden and blue hour windows for a date and coordinate, in UTC.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "date": {
                "description": "ISO date YYYY-MM-DD, interpreted in UTC",
                "type": "string"
              },
              "lat": {
                "description": "Latitude, -90 to 90",
                "type": "number"
              },
              "lon": {
                "description": "Longitude, -180 to 180",
                "type": "number"
              }
            },
            "required": [
              "date",
              "lat",
              "lon"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "99c44d8e1c7c2f76ddd920f2b3b7a1193254de4fd0db7a851ffa22ca44692aeb",
  "service_id": "0c611d1d6b4392fb0599353346b58382768ab90a6dfe7dc225d8cd12a09fb333",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:03:58.485Z",
  "url": "https://fittings.sh/v1/solar/twilight-windows",
  "usage_rights": "not_reviewed"
}
fittings.shNatural hazard events NASA is currently tracking worldwide, filterable by category, bounding box and recency, with the latest observed position and magnitude of each.
https://fittings.sh/v1/hazard/active-events
NetworkAdvertised amountBillingPayee
eip155:84530.00447 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Natural hazard events NASA is currently tracking worldwide, filterable by category, bounding box and recency, with the latest observed position and magnitude of each.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "bbox": {
                "description": "west,north,east,south in degrees; must not cross the antimeridian",
                "type": "string"
              },
              "category": {
                "description": "One EONET category: drought, dustHaze, earthquakes, floods, landslides, manmade, seaLakeIce, severeStorms, snow, tempExtremes, volcanoes, waterColor, wildfires",
                "type": "string"
              },
              "days": {
                "description": "Only events observed in the last N days, 1-365",
                "type": "number"
              },
              "limit": {
                "description": "1-50, default 20",
                "type": "number"
              },
              "status": {
                "description": "open (default), closed, or all",
                "type": "string"
              }
            },
            "required": [],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.00447",
      "amount_atomic": "4470",
      "amount_encoding": "atomic_units",
      "amount_raw": "4470",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "96c6115672ecd54a490b9ca25a5c1e45c4db1945f5034da944e317852ec66d2d",
  "service_id": "0cb2be440131106a29f60d2f38cc5fce15a3b578030fe78531ae9c491e43da9f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:07:15.955Z",
  "url": "https://fittings.sh/v1/hazard/active-events",
  "usage_rights": "not_reviewed"
}
fittings.shVerifies an ICD-10-CM diagnosis code or searches the code set by text, returning official code descriptions.
https://fittings.sh/v1/icd10/lookup
NetworkAdvertised amountBillingPayee
eip155:84530.00398 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Verifies an ICD-10-CM diagnosis code or searches the code set by text, returning official code descriptions.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "limit": {
                "description": "1-50, default 10",
                "type": "number"
              },
              "mode": {
                "description": "'code', 'text' or 'auto' (default)",
                "type": "string"
              },
              "query": {
                "description": "A code such as E11.9, or free text such as \"type 2 diabetes\"",
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.00398",
      "amount_atomic": "3980",
      "amount_encoding": "atomic_units",
      "amount_raw": "3980",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "a664fbd6219bacece677a274fa0d4366c7e2c12d78ad3b818c1c4895644257b1",
  "service_id": "0eb08f54290e41eec62f3dbc61d0c33d48da3e1d8f2a031fe9b4ab8e2f51fb20",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:01:56.599Z",
  "url": "https://fittings.sh/v1/icd10/lookup",
  "usage_rights": "not_reviewed"
}
fittings.shThe current authoritative text of a Code of Federal Regulations section, as plain text with its heading and citation.
https://fittings.sh/v1/cfr/section-text
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "The current authoritative text of a Code of Federal Regulations section, as plain text with its heading and citation.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "date": {
                "description": "Optional YYYY-MM-DD issue date. Defaults to the latest.",
                "type": "string"
              },
              "section": {
                "description": "Section number, e.g. 1910.95 or 240.10b-5",
                "type": "string"
              },
              "title": {
                "description": "CFR title number, 1-50",
                "type": "number"
              }
            },
            "required": [
              "title",
              "section"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.003",
      "amount_atomic": "3000",
      "amount_encoding": "atomic_units",
      "amount_raw": "3000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "a6401a0c06dbfdea1a72beb639400af1dab06c464baf960a182b84a5c6699c2d",
  "service_id": "0f60302ca6ede4ce30beea6958a0524761cd720ad5a0f2d621485b7561afed1a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:01:59.824Z",
  "url": "https://fittings.sh/v1/cfr/section-text",
  "usage_rights": "not_reviewed"
}
fittings.shEvaluates an arithmetic expression in exact rational arithmetic and returns the fraction plus a decimal to the requested precision.
https://fittings.sh/v1/calc/evaluate
NetworkAdvertised amountBillingPayee
eip155:84530.004199 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Evaluates an arithmetic expression in exact rational arithmetic and returns the fraction plus a decimal to the requested precision.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "expression": {
                "description": "Arithmetic over + - * / ^ and parentheses, 512 characters or fewer",
                "type": "string"
              },
              "precision": {
                "description": "Decimal places, 0-200, default 20",
                "type": "number"
              }
            },
            "required": [
              "expression"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.004199",
      "amount_atomic": "4199",
      "amount_encoding": "atomic_units",
      "amount_raw": "4199",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "f37d143c5feb6eb5f31b398bc64350931eb51c8e546d39fdbb3c68836c53d1db",
  "service_id": "10f0ec2cb798c70c6f7d54a4b0ee8f42bf685629a5189463e5136f2e75eecb79",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:01:33.482Z",
  "url": "https://fittings.sh/v1/calc/evaluate",
  "usage_rights": "not_reviewed"
}
fittings.shParse RFC 4180 CSV into JSON objects keyed by header row, handling quotes and embedded newlines.
https://fittings.sh/v1/fmt/csv-to-json
NetworkAdvertised amountBillingPayee
eip155:84530.0035 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Parse RFC 4180 CSV into JSON objects keyed by header row, handling quotes and embedded newlines.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "csv": {
                "description": "Up to 1000000 characters, 50000 rows, 1024 columns and 500000 cells",
                "type": "string"
              },
              "delimiter": {
                "description": "Single character, defaults to comma",
                "type": "string"
              }
            },
            "required": [
              "csv"
            ]
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.0035",
      "amount_atomic": "3500",
      "amount_encoding": "atomic_units",
      "amount_raw": "3500",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "16bd5e95f7293bbdcdfccea68cc5a376801044dc557fe329078a3566784d6916",
  "service_id": "1242ce07161857e47803666f4f0d59a0a3b6252bd62419b7232fb8356b0c40ef",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T20:59:50.888Z",
  "url": "https://fittings.sh/v1/fmt/csv-to-json",
  "usage_rights": "not_reviewed"
}
fittings.shLooks up a NAICS industry code and its parent hierarchy, or searches NAICS industry titles by text.
https://fittings.sh/v1/naics/lookup
NetworkAdvertised amountBillingPayee
eip155:84530.00398 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Looks up a NAICS industry code and its parent hierarchy, or searches NAICS industry titles by text.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "limit": {
                "description": "1-50, default 10",
                "type": "number"
              },
              "mode": {
                "description": "'code', 'text' or 'auto' (default)",
                "type": "string"
              },
              "query": {
                "description": "A NAICS code such as 541511, or text such as \"software\"",
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.00398",
      "amount_atomic": "3980",
      "amount_encoding": "atomic_units",
      "amount_raw": "3980",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "43dd8f706aa4b66aab552925d328c30b41e27d5483ace6b7960eb97d498b448d",
  "service_id": "14a9a05e51df7bdb34f8f44a0ad31b5d684f128a1d88c557a35d127f70a9aeb7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:02:02.668Z",
  "url": "https://fittings.sh/v1/naics/lookup",
  "usage_rights": "not_reviewed"
}
fittings.shRenders one instant, or now, in up to 20 IANA zones at once with UTC offset, abbreviation and DST state.
https://fittings.sh/v1/time/zone-clock
NetworkAdvertised amountBillingPayee
eip155:84530.00338 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Renders one instant, or now, in up to 20 IANA zones at once with UTC offset, abbreviation and DST state.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "instant": {
                "description": "Optional ISO 8601 instant; defaults to now",
                "type": "string"
              },
              "zones": {
                "description": "IANA zone names, 1-20",
                "type": "array"
              }
            },
            "required": [
              "zones"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.00338",
      "amount_atomic": "3380",
      "amount_encoding": "atomic_units",
      "amount_raw": "3380",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "21edd049a26bbcc834a2b4cf47e0cd21c320d94a4829ae9bdf8154dbda55e25f",
  "service_id": "16623d05a0d2829c840d904bb506a26eb71a93c9c1560a90143c95632901f806",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:01:30.949Z",
  "url": "https://fittings.sh/v1/time/zone-clock",
  "usage_rights": "not_reviewed"
}
fittings.shInsert, delete, replace, extract, locate or measure at exact character offsets, counting by grapheme, code point or UTF-16 unit, with the affected range reported in both the chosen unit and UTF-16.
https://fittings.sh/v1/text/char-edit
NetworkAdvertised amountBillingPayee
eip155:84530.0036 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Insert, delete, replace, extract, locate or measure at exact character offsets, counting by grapheme, code point or UTF-16 unit, with the affected range reported in both the chosen unit and UTF-16.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "end": {
                "description": "delete, replace, extract: offset just past the range",
                "type": "number"
              },
              "find": {
                "description": "find: substring to locate",
                "type": "string"
              },
              "from": {
                "description": "find: offset to start searching at, default 0",
                "type": "number"
              },
              "index": {
                "description": "insert: offset to insert before",
                "type": "number"
              },
              "op": {
                "description": "insert | delete | replace | extract | find | measure",
                "type": "string"
              },
              "start": {
                "description": "delete, replace, extract: first offset in the range",
                "type": "number"
              },
              "text": {
                "description": "Text to operate on, 20000 UTF-16 units or fewer",
                "type": "string"
              },
              "unit": {
                "description": "grapheme | codepoint (default) | utf16",
                "type": "string"
              },
              "value": {
                "description": "insert, replace: text to put in, 5000 UTF-16 units or fewer",
                "type": "string"
              }
            },
            "required": [
              "text",
              "op"
            ]
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.0036",
      "amount_atomic": "3600",
      "amount_encoding": "atomic_units",
      "amount_raw": "3600",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "0b31b2162eaf8306a9b9a450b387503ec06a1ce84d28765d9e17114110826987",
  "service_id": "17a5062073befc4723a22785eae6f60d278c1326f965b3733bde2fda0ae48a7a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:07:21.737Z",
  "url": "https://fittings.sh/v1/text/char-edit",
  "usage_rights": "not_reviewed"
}
fittings.shExperimental method, resolution, R-factor, unit cell, entity composition and primary citation for a PDB entry.
https://fittings.sh/v1/pdb/structure
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Experimental method, resolution, R-factor, unit cell, entity composition and primary citation for a PDB entry.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "id": {
                "description": "Four-character PDB id, e.g. 4HHB",
                "type": "string"
              }
            },
            "required": [
              "id"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "db1e85232518d8ee82705fff66dac06fd9923bf4458b41d6a3b3cd7fd4e201fb",
  "service_id": "1b599c83e9ede5f642df156c568e393dbf76585a64b5e3e38c893b6fd1d058cf",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:03:28.313Z",
  "url": "https://fittings.sh/v1/pdb/structure",
  "usage_rights": "not_reviewed"
}
fittings.shVulnerabilities added to CISA’s Known Exploited Vulnerabilities catalog within a recent lookback window, newest first.
https://fittings.sh/v1/kev/recent
NetworkAdvertised amountBillingPayee
eip155:84530.00498 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Vulnerabilities added to CISA’s Known Exploited Vulnerabilities catalog within a recent lookback window, newest first.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "days": {
                "description": "Lookback window in days, 1-90, default 7",
                "type": "number"
              },
              "limit": {
                "description": "Maximum entries, 1-100, default 25",
                "type": "number"
              },
              "ransomwareOnly": {
                "description": "Only entries with known ransomware campaign use",
                "type": "boolean"
              }
            },
            "required": [],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.00498",
      "amount_atomic": "4980",
      "amount_encoding": "atomic_units",
      "amount_raw": "4980",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "93038bc2c8c76e66ef5f3bdfbfbda400b3c2116b5c60554a03942f1f6f833b43",
  "service_id": "1cbbdb5d33dfc17363727108ec66e6530de6e92ff440501e537073a9b17d4c0f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:05:20.495Z",
  "url": "https://fittings.sh/v1/kev/recent",
  "usage_rights": "not_reviewed"
}
fittings.shPer-column profile of a CSV or NDJSON payload: null rate, cardinality, inferred type, numeric range, mean, standard deviation and most frequent values.
https://fittings.sh/v1/data/column-profile
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Per-column profile of a CSV or NDJSON payload: null rate, cardinality, inferred type, numeric range, mean, standard deviation and most frequent values.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "data": {
                "description": "CSV or NDJSON, up to 5000000 characters, 100000 rows, 256 columns and 1000000 cells",
                "type": "string"
              },
              "delimiter": {
                "description": "CSV only. Single character, defaults to comma",
                "type": "string"
              },
              "format": {
                "description": "'csv' (default) or 'ndjson'",
                "type": "string"
              }
            },
            "required": [
              "data"
            ]
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "fa4c0b292b7197ce8c1d25373e6fae8a54464789d9d636717c2fbfe38045f4d5",
  "service_id": "204ef9985d7b5072148b4756d9ca391bea6808d7172857c883d2517c8fbfb15d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:04:35.734Z",
  "url": "https://fittings.sh/v1/data/column-profile",
  "usage_rights": "not_reviewed"
}
fittings.shConvert latitude/longitude to the containing US street address, census tract and county. US coverage only.
https://fittings.sh/v1/geo/reverse-geocode
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Convert latitude/longitude to the containing US street address, census tract and county. US coverage only.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "lat": {
                "type": "number"
              },
              "lon": {
                "type": "number"
              }
            },
            "required": [
              "lat",
              "lon"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.003",
      "amount_atomic": "3000",
      "amount_encoding": "atomic_units",
      "amount_raw": "3000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "ab3a41e1d37d8b449c40e736518629fb123d52e0cc317b0a98bab28e3253f6f3",
  "service_id": "210ea257ffb7db4872d2ac8d73e0ee6959b99397fb788681fdb070869e7d2045",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T20:59:24.649Z",
  "url": "https://fittings.sh/v1/geo/reverse-geocode",
  "usage_rights": "not_reviewed"
}
fittings.shMap an RxNorm concept or drug name to every associated NDC package code in 5-4-2 form, or reverse-map an NDC to its RxCUI with active status and history.
https://fittings.sh/v1/rxnorm/ndc-crosswalk
NetworkAdvertised amountBillingPayee
eip155:84530.01298 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Map an RxNorm concept or drug name to every associated NDC package code in 5-4-2 form, or reverse-map an NDC to its RxCUI with active status and history.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "limit": {
                "description": "Maximum NDCs returned, 1-500, default 100",
                "type": "number"
              },
              "name": {
                "description": "Drug name, resolved to an RxCUI by exact match first",
                "type": "string"
              },
              "ndc": {
                "description": "NDC package code to reverse-map, e.g. 0781-1506-10",
                "type": "string"
              },
              "rxcui": {
                "description": "RxNorm concept id, e.g. 213269",
                "type": "string"
              }
            },
            "required": [],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01298",
      "amount_atomic": "12980",
      "amount_encoding": "atomic_units",
      "amount_raw": "12980",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "cac8033f66ef4526769808f8e29c102bdbbf03c87787b654f450e86bde29333d",
  "service_id": "231f0c6ae38c926686f64d40415f402e90701263d13fc6cd9d32862643f88520",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:06:07.09Z",
  "url": "https://fittings.sh/v1/rxnorm/ndc-crosswalk",
  "usage_rights": "not_reviewed"
}
fittings.shDetect the language of a text snippet: ISO 639-1 and 639-3 codes, the Unicode script, a confidence score and runner-up candidates. Latin and Cyrillic languages are separated by function-word profile, other scripts by script; answers 'und' rather than guessing when there is no evidence.
https://fittings.sh/v1/lang/detect
NetworkAdvertised amountBillingPayee
eip155:84530.0042 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Detect the language of a text snippet: ISO 639-1 and 639-3 codes, the Unicode script, a confidence score and runner-up candidates. Latin and Cyrillic languages are separated by function-word profile, other scripts by script; answers 'und' rather than guessing when there is no evidence.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "text": {
                "description": "Text to classify, up to 20000 UTF-8 bytes",
                "type": "string"
              }
            },
            "required": [
              "text"
            ]
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.0042",
      "amount_atomic": "4200",
      "amount_encoding": "atomic_units",
      "amount_raw": "4200",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "35e54166314fa5c4bf9d8fb7e1d2f0aa00c34d2851122e82f77436ddd22d089d",
  "service_id": "268cc2a324b1e900b626d8341ac05611df0656846250892cc81c9b0428096816",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:01:09.915Z",
  "url": "https://fittings.sh/v1/lang/detect",
  "usage_rights": "not_reviewed"
}
fittings.shAn enacted US public or private law by Congress and law number: official title, short titles, date signed, the US Code sections and Statutes at Large pages it touched, and optionally the enacted text.
https://fittings.sh/v1/govinfo/public-law
NetworkAdvertised amountBillingPayee
eip155:84530.009 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "An enacted US public or private law by Congress and law number: official title, short titles, date signed, the US Code sections and Statutes at Large pages it touched, and optionally the enacted text.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "congress": {
                "description": "Congress number, 1-130, e.g. 118",
                "type": "number"
              },
              "includeText": {
                "description": "Include the enacted text, default false",
                "type": "boolean"
              },
              "law": {
                "description": "Law number within that Congress, 1-2000",
                "type": "number"
              },
              "maxChars": {
                "description": "Characters of text to return, 1-200000, default 20000",
                "type": "number"
              },
              "type": {
                "description": "'public' (default) or 'private'",
                "type": "string"
              }
            },
            "required": [
              "congress",
              "law"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.009",
      "amount_atomic": "9000",
      "amount_encoding": "atomic_units",
      "amount_raw": "9000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "4e17c5eae081fa849374837f42f658a590100ae49cf83989f3a56e00f3d64e57",
  "service_id": "26ed75e63c87081872748e55348b2041a5cf283b4a1a4d45b751ab8bd492c25c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:05:29.763Z",
  "url": "https://fittings.sh/v1/govinfo/public-law",
  "usage_rights": "not_reviewed"
}
fittings.shScreen a person name against Wikidata position-held claims, returning every government or state office the matching people have held, with start and end dates.
https://fittings.sh/v1/pep/wikidata-screen
NetworkAdvertised amountBillingPayee
eip155:84530.012 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Screen a person name against Wikidata position-held claims, returning every government or state office the matching people have held, with start and end dates.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "limit": {
                "description": "Candidate people to check, 1-5, default 3",
                "type": "number"
              },
              "name": {
                "description": "Person name to screen",
                "type": "string"
              }
            },
            "required": [
              "name"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.012",
      "amount_atomic": "12000",
      "amount_encoding": "atomic_units",
      "amount_raw": "12000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d3de5554676e25e256ea42f699275aa512ab95ecd09c87bcbe11a3ab6398c0a7",
  "service_id": "29182fbfee94a29f6c33a2c77106829ccc39b2b8d8a1d2dfb5095c7791f5345b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:04:47.121Z",
  "url": "https://fittings.sh/v1/pep/wikidata-screen",
  "usage_rights": "not_reviewed"
}
fittings.shSearch the full text of SEC filings from 2001 onward, returning filing type, date, company and accession number.
https://fittings.sh/v1/sec/filing-search
NetworkAdvertised amountBillingPayee
eip155:84530.00698 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Search the full text of SEC filings from 2001 onward, returning filing type, date, company and accession number.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "forms": {
                "description": "Optional form filter, e.g. 10-K",
                "type": "string"
              },
              "limit": {
                "description": "1-100, default 10",
                "type": "number"
              },
              "q": {
                "description": "Search phrase",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.00698",
      "amount_atomic": "6980",
      "amount_encoding": "atomic_units",
      "amount_raw": "6980",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "05b80f0acb15dffe3c69de70de3a8e78635f6ad72552f8b675dedc3aea30c151",
  "service_id": "2b5dc8e544df10e25b6a6603ee43b93cda30eef7d180e8ed258c0f4690ff0da9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:00:23.738Z",
  "url": "https://fittings.sh/v1/sec/filing-search",
  "usage_rights": "not_reviewed"
}
fittings.shGLEIF 'who owns whom' for an LEI: direct and ultimate accounting parent, any reporting exception, and known direct subsidiaries.
https://fittings.sh/v1/lei/hierarchy
NetworkAdvertised amountBillingPayee
eip155:84530.0074 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "GLEIF 'who owns whom' for an LEI: direct and ultimate accounting parent, any reporting exception, and known direct subsidiaries.",
  "domain": "fittings.sh",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "lei": {
                "description": "20-character ISO 17442 identifier",
                "type": "string"
              },
              "limit": {
                "description": "Direct children to return, 1-25, default 10",
                "type": "number"
              }
            },
            "required": [
              "lei"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.0074",
      "amount_atomic": "7400",
      "amount_encoding": "atomic_units",
      "amount_raw": "7400",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "assetTransferMethod": "permit2",
        "facilitatorAddress": "0x625d8a65134079f8faAAc39a7947c73d93C6aC39",
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638",
      "price_basis": "advertised",
      "scheme": "upto",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "e85c65705bc31e28af5c63f2b842efe12356d0811fae6c22c65e623b29e2834d",
  "service_id": "2e47eaf79f1c692ab73c63eda1e896d168830538009ca875a0614d9a56c63067",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:04:55.936Z",
  "url": "https://fittings.sh/v1/lei/hierarchy",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON