{"uid":"cap_eF5PWqSL8i9PrnZE7BxIb","slug":"2s-io-aircraft-profile-ofac-sanctions-screen-262982b6","name":"2s.io Aircraft Profile + OFAC Sanctions Screen","description":"Identify a US-registered aircraft by tail (N-number) or icao24 Mode-S hex, AND screen its owner and operator against the OFAC sanctions list — in one call. Returns the full aircraft record (registration, manufacturer, model, type, serial, owner, operator, year built) plus a sanctions screen of the owner and operator names against OFAC SDN, with fuzzy-match confidence and a flagged boolean. OSINT, asset-tracing, sanctions-evasion investigation, due diligence. Composition of /api/aircraft/lookup + /api/law/sanctions-check (the sanctions section reports found/error independently). Note: screening is name-based and probabilistic — review flagged matches manually.","url":"https://2s.io/api/aircraft/profile","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","queryParams"],"properties":{"type":{"const":"http"},"method":{"const":"GET"},"queryParams":{"properties":{"tail":{"type":"string","description":"Tail / N-number (e.g. \"N628TS\")."},"icao24":{"type":"string","description":"24-bit Mode-S hex (e.g. \"a1b2c3\")."},"threshold":{"type":"number","default":0.5,"maximum":1,"minimum":0.1}}}}}}},"responseSchema":null,"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"tail":"N628TS","threshold":0.6}}},"response":{"data":{"sources":[{"url":"https://opensky-network.org/aircraft-database","license":"CC-BY-SA 4.0 — attribute OpenSky Network.","provider":"OpenSky Network aircraft database"},{"url":"https://sanctionssearch.ofac.treas.gov/","provider":"US Treasury OFAC SDN list"}],"aircraft":{"built":"2015-01-01","model":"GVI (G650ER)","owner":"Falcon Landing Llc","icao24":"a835af","engines":"ROLLS DEUT BR700-725A112","category":null,"icaoType":"L2J","operator":null,"regUntil":"2029-03-31","typecode":"GLF6","registered":null,"manufacturer":"Gulfstream Aerospace Corp","registration":"N628TS","serialNumber":"6177"},"ownerScreen":{"error":null,"found":true,"flagged":false,"matches":[],"matchCount":0},"operatorScreen":{"error":null,"found":false,"flagged":false,"matches":[],"matchCount":0}},"meta":{"cost":{"usd":0.00432,"tier":0},"caller":"x402","version":null,"endpoint":"aircraft.profile","settlement":{"txHash":"0xdb8896e6f42d4050a4d9103ebf8b537cc1a9f4dcf575b890bb18dc4c2da00833","network":"eip155:8453","success":true}}}},"exampleRequest":{"tail":"N628TS","threshold":0.6},"tags":["x402"],"displayCostAmount":"0.00432","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.00432/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0108","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0108","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Ucx7v8XvhMAr4PHY3ubzp","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0108","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Look up a US-registered aircraft by tail number or ICAO24 hex and simultaneously screen its owner and operator against the OFAC sanctions list.","exampleAgentPrompt":"Can you look up the aircraft with tail number N628TS and check whether its owner or operator appears on the OFAC sanctions list? Use a match threshold of 0.6.","exampleUseCases":null,"resultDescription":"Returns a full FAA aircraft record (registration, manufacturer, model, type, serial number, owner, operator, year built) plus an OFAC SDN sanctions screen of the owner and operator names, including fuzzy-match confidence scores and a flagged boolean for each. The sanctions section reports independently with found/error status.","failureModes":["Aircraft not found in FAA registry — returns empty or not-found result","Invalid tail number or ICAO24 format — may return validation error","Sanctions check may return error independently if screening service is unavailable","Fuzzy match threshold too high — may miss real matches; too low — may produce false positives","ICAO24 hex not recognized — returns no aircraft record"],"whenToPreferThis":"Use this endpoint when you need both aircraft identity and sanctions compliance screening in a single call. Ideal for OSINT, due diligence, anti-money-laundering workflows, sanctions-evasion investigations, or asset tracing involving US-registered aircraft. Prefer over separate aircraft lookup + sanctions check endpoints when you want a single atomic result. Note that screening is name-based and probabilistic — flagged matches should be reviewed manually.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:49:24.757Z","isFirstParty":false}