{
  "name": "Faelo",
  "url": "https://usefaelo.com",
  "tagline": "Public US-government reference data, sold to AI agents one record at a time over x402.",
  "payment": {
    "network": "Base mainnet",
    "network_id": "eip155:8453",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "asset_name": "USDC",
    "facilitator": "Coinbase CDP",
    "scheme": "exact",
    "x402_version": 2,
    "payout_wallet": "0xA40Dadc75B69bEe8325E8089258235213293F8F4"
  },
  "apis": [
    {
      "slug": "irb",
      "name": "IRS Internal Revenue Bulletin API",
      "page": "https://usefaelo.com/irb/",
      "api_root": "https://irb-precedent-api.canvas-cart.workers.dev",
      "llms_txt": "https://irb-precedent-api.canvas-cart.workers.dev/llms.txt",
      "one_line": "Verbatim IRS Revenue Rulings, Revenue Procedures, Notices, and Treasury Decisions since 2003.",
      "coverage": "6,363 documents across 1,206 bulletin issues",
      "source": "Internal Revenue Service — public-domain US government work",
      "id_format": "a document slug, e.g. \"rev-rul-2003-71\" or \"td-2003-9091\"; get it from /search",
      "routes": [
        {
          "method": "GET",
          "path": "/search?q=<keywords>&limit=<1-50>",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/doc/{id}",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/doc/{id}/full",
          "access": "paid",
          "price": "$0.01"
        }
      ],
      "paid_route": "/doc/{id}/full",
      "price": "$0.01 per document",
      "sample_paid_url": "https://irb-precedent-api.canvas-cart.workers.dev/doc/td-2003-9091/full",
      "search_example": "https://irb-precedent-api.canvas-cart.workers.dev/search?q=research+credit&limit=3"
    },
    {
      "slug": "irm",
      "name": "IRS Internal Revenue Manual API",
      "page": "https://usefaelo.com/irm/",
      "api_root": "https://irm-api.canvas-cart.workers.dev",
      "llms_txt": "https://irm-api.canvas-cart.workers.dev/llms.txt",
      "one_line": "The internal procedures IRS staff follow for examinations, collection, appeals, penalties, and disclosure.",
      "coverage": "1,774 sections across 26 published parts",
      "source": "Internal Revenue Service — public-domain US government work",
      "id_format": "a dotted section locator, e.g. \"20.1.1\" or \"4.10.1\"; get it from /search or /part/{number}",
      "routes": [
        {
          "method": "GET",
          "path": "/search?q=<keywords>&limit=<1-50>",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/part/{number}",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/section/{id}",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/section/{id}/full",
          "access": "paid",
          "price": "$0.01"
        }
      ],
      "paid_route": "/section/{id}/full",
      "price": "$0.01 per section",
      "sample_paid_url": "https://irm-api.canvas-cart.workers.dev/section/20.1.1/full",
      "search_example": "https://irm-api.canvas-cart.workers.dev/search?q=supervisory+approval+penalty&limit=3"
    },
    {
      "slug": "poms",
      "name": "SSA POMS API",
      "page": "https://usefaelo.com/poms/",
      "api_root": "https://poms-api.canvas-cart.workers.dev",
      "llms_txt": "https://poms-api.canvas-cart.workers.dev/llms.txt",
      "one_line": "The operational rulebook SSA staff use to decide retirement, disability, SSI, and Medicare claims.",
      "coverage": "16,415 sections across 14 parts",
      "source": "Social Security Administration — public-domain US government work",
      "id_format": "a section id with a space, e.g. \"DI 33001.001\" or \"SI 01110.200\"; URL-encode the space as %20; get it from /search or /part/{code}",
      "routes": [
        {
          "method": "GET",
          "path": "/search?q=<keywords>&limit=<1-50>",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/part/{code}",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/section/{id}",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/section/{id}/full",
          "access": "paid",
          "price": "$0.01"
        }
      ],
      "paid_route": "/section/{id}/full",
      "price": "$0.01 per section",
      "sample_paid_url": "https://poms-api.canvas-cart.workers.dev/section/DI%2033001.001/full",
      "search_example": "https://poms-api.canvas-cart.workers.dev/search?q=substantial+gainful+activity&limit=3"
    },
    {
      "slug": "fda-iom",
      "name": "FDA Investigations Operations Manual API",
      "page": "https://usefaelo.com/fda-iom/",
      "api_root": "https://fda-iom-api.canvas-cart.workers.dev",
      "llms_txt": "https://fda-iom-api.canvas-cart.workers.dev/llms.txt",
      "one_line": "The manual FDA field investigators follow when they inspect a facility.",
      "coverage": "546 sections across 10 chapters",
      "source": "Food and Drug Administration — public-domain US government work",
      "id_format": "a section id, e.g. \"chapter-05--5-1-1\"; get it from /search or /chapter/{id}",
      "routes": [
        {
          "method": "GET",
          "path": "/search?q=<keywords>&limit=<1-50>",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/chapter/{id}",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/section/{id}",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/section/{id}/full",
          "access": "paid",
          "price": "$0.01"
        }
      ],
      "paid_route": "/section/{id}/full",
      "price": "$0.01 per section",
      "sample_paid_url": "https://fda-iom-api.canvas-cart.workers.dev/section/chapter-05--5-1-1/full",
      "search_example": "https://fda-iom-api.canvas-cart.workers.dev/search?q=credentials&limit=3"
    },
    {
      "slug": "hcad",
      "name": "HCAD Harris County Property-Tax API",
      "page": "https://usefaelo.com/hcad/",
      "api_root": "https://hcad-api.canvas-cart.workers.dev",
      "llms_txt": "https://hcad-api.canvas-cart.workers.dev/llms.txt",
      "one_line": "Assessment-protest outcomes and per-parcel value history for every Harris County, Texas parcel. No owner names.",
      "coverage": "1.6 million parcels; protest outcomes 2005-2026, values 2015-2026",
      "source": "Harris County Appraisal District — Texas public record (Tex. Gov't Code ch. 552; Tex. Tax Code 25.027)",
      "id_format": "a 13-digit HCAD account number, e.g. \"0010090000001\"; get it from /search?addr=",
      "routes": [
        {
          "method": "GET",
          "path": "/search?addr=<street>&limit=<n>",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/parcel/{acct}",
          "access": "free",
          "price": ""
        },
        {
          "method": "GET",
          "path": "/parcel/{acct}/history",
          "access": "paid",
          "price": "$0.02"
        },
        {
          "method": "GET",
          "path": "/parcel/{acct}/protests",
          "access": "paid",
          "price": "$0.03"
        },
        {
          "method": "GET",
          "path": "/area/{neighborhood}/protest-stats",
          "access": "paid",
          "price": "$0.05"
        }
      ],
      "paid_route": "/parcel/{acct}/protests",
      "price": "$0.02-$0.05 per call",
      "sample_paid_url": "https://hcad-api.canvas-cart.workers.dev/parcel/0010090000001/protests",
      "search_example": "https://hcad-api.canvas-cart.workers.dev/search?addr=COMMERCE+ST&limit=3"
    }
  ],
  "built": "2026-09-09"
}