API Acre · Research Organization Evidence

by API Acre

POSTBaseSolana

$0.1

per call · USD Coin on Base

Retrieve a current supplier and organization evidence report from official GLEIF legal-entity, USAspending prime-contract, SEC filing-activity, and OFAC Entity records, with bounded source-specific coverage for procurement research and no identity, linkage, risk, or compliance verdict.

Endpoint

POST https://apiacre.com/v1/research/organization-evidence

2

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://apiacre.com/v1/research/organization-evidence", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "country_code": "US",
    "legal_name": "Apple Inc.",
    "sec_identifier": "AAPL"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://apiacre.com/v1/research/organization-evidence" \
  -H "Content-Type: application/json" \
  -d '{"country_code":"US","legal_name":"Apple Inc.","sec_identifier":"AAPL"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "counts": {
      "federalContractAwards": 0,
      "legalEntityCandidates": 1,
      "secFilings": 0,
      "secSignals": 0
    },
    "coverage": {
      "availableSectionCount": 4,
      "partial": false,
      "requestedSectionCount": 4,
      "sections": {
        "federalContracts": "available",
        "legalEntity": "available",
        "ofacEntityCandidates": "available",
        "secFilingActivity": "available"
      }
    },
    "crossSourceLinkage": "not_established",
    "disclaimer": "Official public organization evidence for research only; ...",
    "federalContracts": {
      "data": {
        "awards": [],
        "awardsReturned": 0,
        "hasMore": false
      },
      "source": "https://api.usaspending.gov/api/v2/search/spending_by_award/",
      "status": "available"
    },
    "legalEntity": {
      "data": {
        "license": {
          "id": "CC0-1.0"
        },
        "matchCount": 1,
        "matches": [
          {
            "entityStatus": "ACTIVE",
            "legalName": "Apple Inc.",
            "lei": "HWUPKR0MPOU8FGXBT394",
            "match": {
              "score": 1,
              "type": "exact"
            }
          }
        ],
        "status": "matched"
      },
      "source": "https://api.gleif.org/api/v1/lei-records",
      "status": "available"
    },
    "limitations": [
      "Every source searches independently; similarly named reco...",
      "Coverage is bounded by the requested result limits and lo...",
      "No OFAC candidate is not sanctions clearance, and any can...",
      "The bundle excludes people, beneficial-ownership inferenc..."
    ],
    "ofacEntityCandidates": {
      "data": {
        "candidateCount": 0,
        "candidates": [],
        "candidatesReturned": 0,
        "status": "no_candidates_above_threshold"
      },
      "source": "https://sanctionslistservice.ofac.treas.gov/api/Publicati...",
      "status": "available"
    },
    "query": {
      "contractLookbackYears": 5,
      "countryCode": "US",
      "legalName": "Apple Inc.",
      "secIdentifier": "AAPL"
    },
    "retrievedAt": "2026-08-13T09:30:00+00:00",
    "secFilingActivity": {
      "data": {
        "filingActivity": {
          "attentionScore": 0,
          "cik": "0000320193",
          "filingCount": 0,
          "name": "Apple Inc."
        },
        "resolution": {
          "cik": "0000320193",
          "directoryName": "Apple Inc.",
          "method": "ticker_exact"
        }
      },
      "source": "https://www.sec.gov/files/company_tickers_exchange.json",
      "status": "available"
    },
    "sources": [
      {
        "section": "legalEntity",
        "status": "available",
        "url": "https://api.gleif.org/api/v1/lei-records"
      }
    ],
    "warnings": []
  },
  "meta": {
    "cached": false,
    "duration_ms": 42,
    "next_actions": [],
    "sources": [],
    "warnings": []
  },
  "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
  "service": "research.organization-evidence",
  "version": "1"
}

Payment details

Pay to0xa0bfa4f07281c9b248dc3aed2217836bca24869b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from API Acre & similar services