Every API here is available over the APIs.io API and to AI agents over MCP.
{
"openapi": "3.0.1",
"info": {
"title": "Dealogic Analytics Spac API",
"version": "2.0"
},
"servers": [
{
"url": "/",
"description": "Dealogic Analytics Spac API"
}
],
"paths": {
"/odata/CompanyCornerstoneInvestor": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all company cornerstone investors.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully retrieved company cornerstone investors.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfCompanyCornerstoneInvestorArray"
}
}
}
}
}
}
},
"/odata/CompanyManagement": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all company management members.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully retrieved company management members.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfCompanyManagementEntryArray"
}
}
}
}
}
}
},
"/odata/CompanyManagementAffiliations": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all company management affiliations.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully retrieved company management affiliations.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfCompanyManagementAffiliationsEntryArray"
}
}
}
}
}
}
},
"/odata/CompanyRedemption": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all company redemptions.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully company redemptions.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfCompanyRedemptionArray"
}
}
}
}
}
}
},
"/odata/CompanyS1Shareholder": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all company S1 shareholders.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully company S1 shareholders.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfCompanyS1ShareholderArray"
}
}
}
}
}
}
},
"/odata/DealogicIndustry": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all Dealogic industries.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully retrieved Dealogic industries.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfDealogicIndustryArray"
}
}
}
}
}
}
},
"/odata/IpoAttorney": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all IPO Attorneys.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully retrieved IPO Attorney.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfIpoAttorneyArray"
}
}
}
}
}
}
},
"/odata/IpoAuditor": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all IPO Auditors.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully retrieved IPO Auditors.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfIpoAuditorArray"
}
}
}
}
}
}
},
"/odata/IpoFinancialSponsor": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all IPO Financial sponsors.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully retrieved IPO Financial sponsors.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfIpoFinancialSponsorArray"
}
}
}
}
}
}
},
"/odata/IpoLockup": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all IPO Lockups.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5. Please note you can get the all depth expand expression via Spac Reader API endpoint.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
},
{
"name": "$top",
"in": "query",
"description": "Limits the number of items returned from a collection.",
"schema": {
"type": "integer",
"format": "int32",
"default": "15"
}
},
{
"name": "$skip",
"in": "query",
"description": "Excludes the specified number of items of the queried collection from the result.",
"schema": {
"type": "integer",
"format": "int32"
}
},
{
"name": "$count",
"in": "query",
"description": "Indicates whether the total count of items within a collection are returned in the result.",
"schema": {
"type": "boolean",
"default": "false"
}
}
],
"responses": {
"200": {
"description": "The successfully retrieved IPO Lockups.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ODataValueOfIpoLockupArray"
}
}
}
}
}
}
},
"/odata/IpoPromoteScheduleTrigger": {
"get": {
"tags": [
"Related Entities"
],
"summary": "Gets all IPO promote schedule triggers.",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The requested API version",
"schema": {
"type": "string",
"default": "2.0"
}
},
{
"name": "$select",
"in": "query",
"description": "Limits the properties returned in the result.",
"schema": {
"type": "string"
}
},
{
"name": "$expand",
"in": "query",
"description": "Indicates the related entities to be represented inline. The maximum depth is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$filter",
"in": "query",
"description": "Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.",
"schema": {
"type": "string"
}
},
{
"name": "$orderby",
"in": "query",
"description": "Specifies the order in which items are returned. The maximum number of expressions is 5.",
"schema": {
"type": "string"
}
},
{
"name": "$apply",
"in": "query",
"description": "Sequence of set transformations for the aggregation behaviour.",
"schema": {
"type": "string"
}
# --- truncated at 32 KB (300 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/dealogic/refs/heads/main/openapi/dealogic-analytics-spac-v2-openapi.json