UnifyAPI
← Back to catalog

ukcompany.details

mock data$0.001 / call

UK Company Details

Full details for a UK company by Companies House number — company name, type, status, SIC codes, registered address, accounts due date, confirmation statement due, charges, insolvency history (Companies House UK Gov)

Government & Legalprovider: Ukcompany#ukcompany#government

Input schema

company_numberrequired

UK Companies House number (e.g. "00048839" for Barclays, "00445790" for Tesco). Get from search results

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/ukcompany.details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"company_number":"<company_number>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.