Crunchbase Insights Package

AI-powered analyses of past and present private market activity - growth insights, investor insights, research insights, market insights and micro-industries, combining proprietary historical data with aggregated usage signals. 95 operations.

OpenAPI Specification

crunchbase-data-insights-openapi.yml Raw ↑
{"openapi":"3.0.1","info":{"title":"Insights Only Package","description":"Crunchbase API, 2026-08-13","termsOfService":"https://data.crunchbase.com/docs/terms","contact":{"email":"partnerships@crunchbase.com"},"version":"1.1.0"},"externalDocs":{"description":"API Reference doc","url":"https://data.crunchbase.com/docs"},"servers":[{"url":"https://api.crunchbase.com/v4"}],"security":[{"ApiKeyAuthHeader":[]}],"tags":[{"name":"Autocomplete"},{"name":"Deleted Entities"},{"name":"Entity"},{"name":"Search"},{"name":"Metadata"}],"paths":{"/data/entities/organizations/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Organization","operationId":"getOrganization","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/OrganizationFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["acquiree_acquisitions","acquirer_acquisitions","addresses","awards","child_organizations","child_ownerships","current_valuation_estimates","event_appearances","fields","founders","growth_insights","headquarters_address","investor_insights","investor_matches","investors","ipos","jobs","key_employee_changes","layoffs","legal_proceedings","parent_organization","parent_ownership","participated_funding_rounds","participated_funds","participated_investments","partnership_announcements","press_references","product_launches","products","raised_funding_rounds","raised_funds","raised_investments","research_insights","similar_organizations"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupOrganizationResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/organizations/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Organization's single card","description":"The following cards are available: [acquiree_acquisitions, acquirer_acquisitions, addresses, awards, child_organizations, child_ownerships, current_valuation_estimates, event_appearances, founders, growth_insights, headquarters_address, investor_insights, investor_matches, investors, ipos, jobs, key_employee_changes, layoffs, legal_proceedings, parent_organization, parent_ownership, participated_funding_rounds, participated_funds, participated_investments, partnership_announcements, press_references, product_launches, products, raised_funding_rounds, raised_funds, raised_investments, research_insights, similar_organizations]","operationId":"getOrganizationCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An organization card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["acquiree_acquisitions","acquirer_acquisitions","addresses","awards","child_organizations","child_ownerships","current_valuation_estimates","event_appearances","founders","growth_insights","headquarters_address","investor_insights","investor_matches","investors","ipos","jobs","key_employee_changes","layoffs","legal_proceedings","parent_organization","parent_ownership","participated_funding_rounds","participated_funds","participated_investments","partnership_announcements","press_references","product_launches","products","raised_funding_rounds","raised_funds","raised_investments","research_insights","similar_organizations"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/OrganizationCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/people/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Person","operationId":"getPerson","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/PersonFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["degrees","event_appearances","fields","founded_organizations","jobs","participated_funding_rounds","participated_funds","participated_investments","partner_funding_rounds","partner_investments","press_references","primary_job","primary_organization"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupPersonResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/people/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Person's single card","description":"The following cards are available: [degrees, event_appearances, founded_organizations, jobs, participated_funding_rounds, participated_funds, participated_investments, partner_funding_rounds, partner_investments, press_references, primary_job, primary_organization]","operationId":"getPersonCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A person card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["degrees","event_appearances","founded_organizations","jobs","participated_funding_rounds","participated_funds","participated_investments","partner_funding_rounds","partner_investments","press_references","primary_job","primary_organization"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/PersonCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/funding_rounds/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a FundingRound","operationId":"getFundingRound","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/FundingRoundFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","investments","investors","lead_investors","organization","partners","press_references"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupFundingRoundResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/funding_rounds/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup FundingRound's single card","description":"The following cards are available: [investments, investors, lead_investors, organization, partners, press_references]","operationId":"getFundingRoundCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A funding_round card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["investments","investors","lead_investors","organization","partners","press_references"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/FundingRoundCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/acquisitions/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Acquisition","operationId":"getAcquisition","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/AcquisitionFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["acquiree_organization","acquirer_organization","fields","press_references"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupAcquisitionResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/acquisitions/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Acquisition's single card","description":"The following cards are available: [acquiree_organization, acquirer_organization, press_references]","operationId":"getAcquisitionCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An acquisition card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["acquiree_organization","acquirer_organization","press_references"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/AcquisitionCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/investments/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Investment","operationId":"getInvestment","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/InvestmentFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","funding_round","investor","organization","partner"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupInvestmentResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/investments/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Investment's single card","description":"The following cards are available: [funding_round, investor, organization, partner]","operationId":"getInvestmentCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An investment card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["funding_round","investor","organization","partner"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/InvestmentCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/events/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Event","operationId":"getEvent","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/EventFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["address","appearances","contestants","exhibitors","fields","organizers","press_references","speakers","sponsors"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupEventResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/events/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Event's single card","description":"The following cards are available: [address, appearances, contestants, exhibitors, organizers, press_references, speakers, sponsors]","operationId":"getEventCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An event card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["address","appearances","contestants","exhibitors","organizers","press_references","speakers","sponsors"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/EventCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/press_references/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a PressReference","operationId":"getPressReference","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/PressReferenceFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupPressReferenceResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/funds/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Fund","operationId":"getFund","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/FundFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","investors","owner","press_references"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupFundResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/funds/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Fund's single card","description":"The following cards are available: [investors, owner, press_references]","operationId":"getFundCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A fund card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["investors","owner","press_references"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/FundCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/event_appearances/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an EventAppearance","operationId":"getEventAppearance","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/EventAppearanceFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["event","fields","participant"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupEventAppearanceResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/event_appearances/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup EventAppearance's single card","description":"The following cards are available: [event, participant]","operationId":"getEventAppearanceCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An event_appearance card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["event","participant"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/EventAppearanceCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/ipos/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Ipo","operationId":"getIpo","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/IpoFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","organization","press_references"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupIpoResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/ipos/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Ipo's single card","description":"The following cards are available: [organization, press_references]","operationId":"getIpoCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An ipo card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["organization","press_references"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/IpoCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/ownerships/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Ownership","operationId":"getOwnership","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/OwnershipFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["child_organization","fields","parent_organization","press_references"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupOwnershipResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/ownerships/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Ownership's single card","description":"The following cards are available: [child_organization, parent_organization, press_references]","operationId":"getOwnershipCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An ownership card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["child_organization","parent_organization","press_references"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/OwnershipCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/categories/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Category","operationId":"getCategory","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/CategoryFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","market_insights"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupCategoryResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/categories/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Category's single card","description":"The following cards are available: [market_insights]","operationId":"getCategoryCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A category card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["market_insights"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/CategoryCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/category_groups/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a CategoryGroup","operationId":"getCategoryGroup","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/CategoryGroupFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","market_insights"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupCategoryGroupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/category_groups/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup CategoryGroup's single card","description":"The following cards are available: [market_insights]","operationId":"getCategoryGroupCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A category_group card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["market_insights"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/CategoryGroupCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/locations/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Location","operationId":"getLocation","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/LocationFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupLocationResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/jobs/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Job","operationId":"getJob","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/JobFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","organization","person"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupJobResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/jobs/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Job's single card","description":"The following cards are available: [organization, person]","operationId":"getJobCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A job card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["organization","person"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/JobCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/key_employee_changes/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a KeyEmployeeChange","operationId":"getKeyEmployeeChange","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/KeyEmployeeChangeFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupKeyEmployeeChangeResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},

# --- truncated at 32 KB (495 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/crunchbase-data/refs/heads/main/openapi/crunchbase-data-insights-openapi.yml