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.shGenerate CSPRNG bytes from the Web Crypto API, returned as hex, base64 or a UUID. Never Math.random.
https://fittings.sh/v1/crypto/random-bytes
NetworkAdvertised amountBillingPayee
eip155:84530.003103 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Generate CSPRNG bytes from the Web Crypto API, returned as hex, base64 or a UUID. Never Math.random.",
  "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": {
              "bytes": {
                "description": "1-1024",
                "type": "number"
              },
              "encoding": {
                "description": "hex | base64 | uuid",
                "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.003103",
      "amount_atomic": "3103",
      "amount_encoding": "atomic_units",
      "amount_raw": "3103",
      "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": "0afb0566aff433944d49ad398a9edc4f5286a8366e95a525db679ed5cf01bfec",
  "service_id": "dfe105c46dfaea6f58ffbe53fcad545db5dd974c8170456ee6a93ec6cc11cb32",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T20:59:56.578Z",
  "url": "https://fittings.sh/v1/crypto/random-bytes",
  "usage_rights": "not_reviewed"
}
fittings.shDaily solar irradiance and meteorology at a coordinate from NASA POWER, for a date range of up to 366 days.
https://fittings.sh/v1/nasa/power-point
NetworkAdvertised amountBillingPayee
eip155:84530.0133 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Daily solar irradiance and meteorology at a coordinate from NASA POWER, for a date range of up to 366 days.",
  "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": {
              "community": {
                "description": "One of RE, AG, SB; default RE",
                "type": "string"
              },
              "end": {
                "description": "ISO date YYYY-MM-DD, at most 366 days after start",
                "type": "string"
              },
              "lat": {
                "type": "number"
              },
              "lon": {
                "type": "number"
              },
              "parameters": {
                "description": "Comma-separated, at most 10 of: ALLSKY_SFC_SW_DWN, CLRSKY_SFC_SW_DWN, ALLSKY_SFC_SW_DNI, ALLSKY_SFC_SW_DIFF, ALLSKY_SFC_LW_DWN, ALLSKY_KT, T2M, T2M_MAX, T2M_MIN, T2MDEW, RH2M, PRECTOTCORR, WS2M, WS10M, WD10M, PS",
                "type": "string"
              },
              "start": {
                "description": "ISO date YYYY-MM-DD, not before 1981-01-01",
                "type": "string"
              }
            },
            "required": [
              "lat",
              "lon",
              "start",
              "end"
            ],
            "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.0133",
      "amount_atomic": "13300",
      "amount_encoding": "atomic_units",
      "amount_raw": "13300",
      "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": "ba15f35d896ec1c93965da298c454158f7cd044e56449a3ea28df18165b3c101",
  "service_id": "e1a9f818deb526e3d136dc0d65d5493bc2361a43e20397039259ad55f1d6c288",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:03:42.901Z",
  "url": "https://fittings.sh/v1/nasa/power-point",
  "usage_rights": "not_reviewed"
}
fittings.shNormalizes a package.json the way npm does at publish time (repository shorthand, author strings, license and bin fields) and reports every change, warning and blocking error.
https://fittings.sh/v1/pkg/normalize-manifest
NetworkAdvertised amountBillingPayee
eip155:84530.004126 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Normalizes a package.json the way npm does at publish time (repository shorthand, author strings, license and bin fields) and reports every change, warning and blocking error.",
  "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": {
              "manifest": {
                "description": "package.json as an object or as JSON text, at most 64KB",
                "type": "object"
              }
            },
            "required": [
              "manifest"
            ]
          },
          "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.004126",
      "amount_atomic": "4126",
      "amount_encoding": "atomic_units",
      "amount_raw": "4126",
      "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": "70d5146bdb5e5db2b655f5128628b6992ef1e01cfb34db318f5251a7f364e1c4",
  "service_id": "e237af07921fea89d44da50518a33f9d56a542d5da1a9e522eaffb7406ad8971",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:06:58.552Z",
  "url": "https://fittings.sh/v1/pkg/normalize-manifest",
  "usage_rights": "not_reviewed"
}
fittings.shFetch a public URL and return its title, description, preview image, site name and canonical URL from its meta tags.
https://fittings.sh/v1/doc/url-metadata
NetworkAdvertised amountBillingPayee
eip155:84530.003512 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Fetch a public URL and return its title, description, preview image, site name and canonical URL from its meta tags.",
  "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": {
              "url": {
                "description": "Public http(s) URL",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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.003512",
      "amount_atomic": "3512",
      "amount_encoding": "atomic_units",
      "amount_raw": "3512",
      "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": "63e3f5dc8d5cbc374c40de454c34b5b7339d71869cfdb8651915938d46d80d0f",
  "service_id": "e31e048f6b4c595fab3eca7602ecd82ef515eee2dea0798eb7d99f746bd1fe08",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:01:24.764Z",
  "url": "https://fittings.sh/v1/doc/url-metadata",
  "usage_rights": "not_reviewed"
}
fittings.shCommercial airports within a radius of a coordinate, sorted by distance, with IATA and ICAO codes, city and bearing.
https://fittings.sh/v1/airport/nearby
NetworkAdvertised amountBillingPayee
eip155:84530.00398 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Commercial airports within a radius of a coordinate, sorted by distance, with IATA and ICAO codes, city and bearing.",
  "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": {
                "description": "Latitude, -90 to 90",
                "type": "number"
              },
              "limit": {
                "description": "1-50, default 10",
                "type": "number"
              },
              "lon": {
                "description": "Longitude, -180 to 180",
                "type": "number"
              },
              "radiusKm": {
                "description": "Search radius in km, 1-500, default 100",
                "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.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": "7c040ea5db4cc11347ad79513ff6eede660dfa48fb02e4e654e65eff12975e88",
  "service_id": "e40d9fa1dc00b31abae8a397df26f40ef2dffaeb8a412a51c9132b9e31c070ff",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:01:49.879Z",
  "url": "https://fittings.sh/v1/airport/nearby",
  "usage_rights": "not_reviewed"
}
fittings.shFind the DOI and metadata for a work from a title, author or keyword string when the DOI is unknown.
https://fittings.sh/v1/crossref/search
NetworkAdvertised amountBillingPayee
eip155:84530.0078 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Find the DOI and metadata for a work from a title, author or keyword string when the DOI is unknown.",
  "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": {
              "query": {
                "description": "Title, author or keyword string",
                "type": "string"
              },
              "rows": {
                "description": "1-20 results, default 5",
                "type": "number"
              }
            },
            "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.0078",
      "amount_atomic": "7800",
      "amount_encoding": "atomic_units",
      "amount_raw": "7800",
      "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": "7446fc0dccd6df62fbf3c10567b8229f85b9a9a7d24091e85b42ab4fcccee8b7",
  "service_id": "e472f61ff754887f086eccb36d6214e4380033cd97145cd33b7ca0d8953e8f04",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:03:16.136Z",
  "url": "https://fittings.sh/v1/crossref/search",
  "usage_rights": "not_reviewed"
}
fittings.shNormalize a free-text US street address into its USPS-style standardized one-line form plus parsed components: house number range, directionals, street name, suffix, city, state and 5-digit ZIP.
https://fittings.sh/v1/addr/standardize
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Normalize a free-text US street address into its USPS-style standardized one-line form plus parsed components: house number range, directionals, street name, suffix, city, state and 5-digit ZIP.",
  "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": {
              "address": {
                "description": "Free-form US street address, at most 200 characters",
                "type": "string"
              }
            },
            "required": [
              "address"
            ],
            "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": "8a1432107a963b050dffa3aa101b33accabf76fc8ae8a96283f943d28563af7e",
  "service_id": "e5c7a06a832f0e3488573648b0bc054c8d70674ed421b82e9f3b0ab9592d4de6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:06:13.021Z",
  "url": "https://fittings.sh/v1/addr/standardize",
  "usage_rights": "not_reviewed"
}
fittings.shFederal disaster declarations for a state, with incident type, declaration date, designated county and which assistance programs were authorized.
https://fittings.sh/v1/fema/disaster-declarations
NetworkAdvertised amountBillingPayee
eip155:84530.00496 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Federal disaster declarations for a state, with incident type, declaration date, designated county and which assistance programs were authorized.",
  "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": {
              "incidentType": {
                "description": "Optional, e.g. Fire, Flood, Hurricane, Severe Storm",
                "type": "string"
              },
              "limit": {
                "description": "1-50, default 10",
                "type": "number"
              },
              "since": {
                "description": "Optional ISO date; only declarations on or after it",
                "type": "string"
              },
              "state": {
                "description": "Two-letter state or territory code",
                "type": "string"
              }
            },
            "required": [
              "state"
            ],
            "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.00496",
      "amount_atomic": "4960",
      "amount_encoding": "atomic_units",
      "amount_raw": "4960",
      "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": "a501dc5e3ec9f60f3e5241bdd4a0e5773cf225e87ec8a2f4f82d4463488e2a13",
  "service_id": "e84067af00be9d9065b5a02635fbc4a3835cd0fac352e544009fa93a31c2eab8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:02:41.733Z",
  "url": "https://fittings.sh/v1/fema/disaster-declarations",
  "usage_rights": "not_reviewed"
}
fittings.shIndustrial facilities reporting to the EPA Toxics Release Inventory in a ZIP code or a city, with the TRI facility id needed to pull their release quantities.
https://fittings.sh/v1/epa/tri-facilities
NetworkAdvertised amountBillingPayee
eip155:84530.00596 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Industrial facilities reporting to the EPA Toxics Release Inventory in a ZIP code or a city, with the TRI facility id needed to pull their release quantities.",
  "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": {
              "city": {
                "description": "City name, paired with state.",
                "type": "string"
              },
              "limit": {
                "description": "Maximum facilities, 1-50, default 20",
                "type": "number"
              },
              "state": {
                "description": "US state postal code or name, paired with city.",
                "type": "string"
              },
              "zip": {
                "description": "Five-digit US ZIP code. Use this, or state and city.",
                "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.00596",
      "amount_atomic": "5960",
      "amount_encoding": "atomic_units",
      "amount_raw": "5960",
      "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": "92136e823fca675ddb32c0ffd6d1197fbacfc75bd191cfff0ef3f6ac7978b8eb",
  "service_id": "eab5b495743fc3673004ca2524a7ca23a698b71e433383aadaba1b2dd565354c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:05:52.049Z",
  "url": "https://fittings.sh/v1/epa/tri-facilities",
  "usage_rights": "not_reviewed"
}
fittings.shNASA's daily astronomy image with its title, explanation, media URLs and copyright, by date or as a random selection.
https://fittings.sh/v1/nasa/astronomy-picture
NetworkAdvertised amountBillingPayee
eip155:84530.0075 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "NASA's daily astronomy image with its title, explanation, media URLs and copyright, by date or as a random selection.",
  "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": {
              "count": {
                "description": "1-10 random images instead of a date",
                "type": "number"
              },
              "date": {
                "description": "ISO date, 1995-06-16 to today (US Eastern)",
                "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.0075",
      "amount_atomic": "7500",
      "amount_encoding": "atomic_units",
      "amount_raw": "7500",
      "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": "867ac71c12cdcc2c1523afb5f6f6ad67552eb00e22bf46ffb25e4a35af640df1",
  "service_id": "ec843d82b183de022661f7213d47ad2e4c93be266f02b03cdce7e2f1891a399f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:03:06.702Z",
  "url": "https://fittings.sh/v1/nasa/astronomy-picture",
  "usage_rights": "not_reviewed"
}
fittings.shStructured XBRL financial facts for a company by CIK: revenue, assets, cash and every other tagged concept as reported.
https://fittings.sh/v1/sec/company-facts
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Structured XBRL financial facts for a company by CIK: revenue, assets, cash and every other tagged concept as reported.",
  "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": {
              "cik": {
                "description": "Company CIK, padded or bare",
                "type": "string"
              },
              "concept": {
                "description": "US-GAAP concept, e.g. Revenues or Assets",
                "type": "string"
              }
            },
            "required": [
              "cik",
              "concept"
            ],
            "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": "5a698900994bd6cb4b52e76ada9b054e076d038fe77a3aef1ccdc2d0a104e238",
  "service_id": "edd2adfba333c4d261482d0a994c7476c0040cee45f3fadf1407f059fe45ffa1",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:00:27.94Z",
  "url": "https://fittings.sh/v1/sec/company-facts",
  "usage_rights": "not_reviewed"
}
fittings.shCurrent or forecast carbon intensity of the GB electricity grid in gCO2/kWh, with the generation fuel mix.
https://fittings.sh/v1/energy/uk-carbon-intensity
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Current or forecast carbon intensity of the GB electricity grid in gCO2/kWh, with the generation fuel mix.",
  "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": {
              "includeMix": {
                "description": "Include the generation fuel mix",
                "type": "boolean"
              },
              "postcode": {
                "description": "Optional GB outward code, e.g. SW1A or EC1A — omit for national",
                "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": "72b1f057d3c7bce3de71e4ddfedf7680aa04ce318378d611c71889f1583c77e2",
  "service_id": "ef229b329d94425312a00ed9f3edcaf5e2fb7bfc8b0435e24dd1e4962ad5b1c7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:00:18.87Z",
  "url": "https://fittings.sh/v1/energy/uk-carbon-intensity",
  "usage_rights": "not_reviewed"
}
fittings.shFetch a public web page and return it as clean Markdown with its title. Capped at 2 MB.
https://fittings.sh/v1/doc/url-to-markdown
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Fetch a public web page and return it as clean Markdown with its title. Capped at 2 MB.",
  "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": {
              "url": {
                "description": "Public http(s) URL",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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": {
        "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": "63e3f5dc8d5cbc374c40de454c34b5b7339d71869cfdb8651915938d46d80d0f",
  "service_id": "ef5f692ccec2cfbd91872059d50323997cc4a4d0b4da5742137da1e1b4a89b5f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T20:59:47.762Z",
  "url": "https://fittings.sh/v1/doc/url-to-markdown",
  "usage_rights": "not_reviewed"
}
fittings.shFollows a shortened link through its redirect chain and returns the final destination with click-tracking parameters removed.
https://fittings.sh/v1/url/expand
NetworkAdvertised amountBillingPayee
eip155:84530.0036 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Follows a shortened link through its redirect chain and returns the final destination with click-tracking parameters removed.",
  "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": {
              "url": {
                "description": "Public http(s) URL, typically a shortened one",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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.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": "ffd2ed0403ac99ab5fc7990e9a2cefa9ccf920f488f41571a9bd623157d7e4f0",
  "service_id": "f26ff78cecd198795e2f5eecfba2e3d526fa3e05207664cf4e7055e1edd76a4f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:02:25.193Z",
  "url": "https://fittings.sh/v1/url/expand",
  "usage_rights": "not_reviewed"
}
fittings.shEvery tropical cyclone the National Hurricane Center currently has advisories out on, with position, intensity, Saffir-Simpson category and links to the forecast cone.
https://fittings.sh/v1/nhc/active-cyclones
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Every tropical cyclone the National Hurricane Center currently has advisories out on, with position, intensity, Saffir-Simpson category and links to the forecast cone.",
  "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": {
              "basin": {
                "description": "One of all, atlantic, pacific. Default 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.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": "fe42e7c2f183209727dc92d9fce3309978a3040625fdda7f01200f9880dbeb46",
  "service_id": "f83834cb7be5b16a55fcbba504334c7d377eadd3393e3dbe755a8cf1938099a7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:07:09.544Z",
  "url": "https://fittings.sh/v1/nhc/active-cyclones",
  "usage_rights": "not_reviewed"
}
fittings.shConvert a US street address to latitude/longitude with a matched, standardized address. US coverage only.
https://fittings.sh/v1/geo/forward-geocode
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Convert a US street address to latitude/longitude with a matched, standardized address. 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": {
              "address": {
                "description": "Free-form US street address",
                "type": "string"
              }
            },
            "required": [
              "address"
            ],
            "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": "ace0875921911c17a09b9b69673eb276d1ea1c53f14f9aa0f39478fbe46f8f6d",
  "service_id": "f9011d02115ca7d34804aa70e243b81edb858ec38207cfb479cbdbdcd2df96b0",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T20:59:21.54Z",
  "url": "https://fittings.sh/v1/geo/forward-geocode",
  "usage_rights": "not_reviewed"
}
fittings.shValidate a GTIN-8/12/13/14 barcode number by GS1 mod-10 check digit and report its format.
https://fittings.sh/v1/valid/gtin
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Validate a GTIN-8/12/13/14 barcode number by GS1 mod-10 check digit and report its format.",
  "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": {
              "gtin": {
                "type": "string"
              }
            },
            "required": [
              "gtin"
            ],
            "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": "1d6901c62d2079166d373b6f19b71d0998079f82365e3509fb11faa19281498d",
  "service_id": "f91aa42159691a1d2f6906bcd630adf1f7ff2fb0830919fe1f16aeb12abe10aa",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-18T04:36:06.005Z",
  "url": "https://fittings.sh/v1/valid/gtin",
  "usage_rights": "not_reviewed"
}
fittings.shStatus, sponsor, latest action and titles for a bill in a given Congress and chamber.
https://fittings.sh/v1/gov/congress-bill
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Status, sponsor, latest action and titles for a bill in a given Congress and chamber.",
  "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, e.g. 119",
                "type": "number"
              },
              "number": {
                "type": "number"
              },
              "type": {
                "description": "hr | s | hjres | sjres | hconres | sconres | hres | sres",
                "type": "string"
              }
            },
            "required": [
              "congress",
              "type",
              "number"
            ],
            "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": "15caf73b1d23981a7313326518258a3c689e0d129252fdb344a3562375fd3c50",
  "service_id": "f99b29c553dd5e7e25ea1cc1a7c69725d1b4d66b3b1184c2a6f20264a04a1ad0",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:00:32.062Z",
  "url": "https://fittings.sh/v1/gov/congress-bill",
  "usage_rights": "not_reviewed"
}
fittings.shFull nutrition facts for one FoodData Central item: every reported nutrient with its amount and unit, plus serving size and ingredients.
https://fittings.sh/v1/usda/food-nutrients
NetworkAdvertised amountBillingPayee
eip155:84530.003 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Full nutrition facts for one FoodData Central item: every reported nutrient with its amount and unit, plus serving size and ingredients.",
  "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": {
              "fdcId": {
                "description": "FoodData Central id, from food-search",
                "type": "number"
              }
            },
            "required": [
              "fdcId"
            ],
            "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": "3f6117cedd4633eb47ffece2eb6df08fbfc976effc87c97565ffc33281a6c677",
  "service_id": "fe8ec078099a77e15c7015df4abf1352dfe10fcc81fcd54fe7853ff89f1456d7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:02:47.454Z",
  "url": "https://fittings.sh/v1/usda/food-nutrients",
  "usage_rights": "not_reviewed"
}
fittings.shLook up an FDIC-insured US bank by certificate number or name: insurance status, charter class, location, offices, assets and deposits.
https://fittings.sh/v1/fdic/bank-lookup
NetworkAdvertised amountBillingPayee
eip155:84530.0078 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedupto0xe025442C0d6dC17aD2b9eB888B3565bdFCd98638
Source and evidence
{
  "description": "Look up an FDIC-insured US bank by certificate number or name: insurance status, charter class, location, offices, assets and deposits.",
  "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": {
              "cert": {
                "description": "FDIC certificate number, for an exact lookup",
                "type": "number"
              },
              "limit": {
                "description": "1-20 results for a name search, default 5",
                "type": "number"
              },
              "name": {
                "description": "Institution name, for a search",
                "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.0078",
      "amount_atomic": "7800",
      "amount_encoding": "atomic_units",
      "amount_raw": "7800",
      "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": "30adcf60a8f4224dc4a04d61da8f5ed7307a964bbe2603a87fc14eef514ca030",
  "service_id": "ff28282c4e89a60a3e0b015beec4ab23e24e733762614676f13551fbd9c36210",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T21:03:09.715Z",
  "url": "https://fittings.sh/v1/fdic/bank-lookup",
  "usage_rights": "not_reviewed"
}
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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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": 1789166492.489,
  "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "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"
}

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