Skip to main content
GET
/
vcs
List venture capital firms
curl --request GET \
  --url https://eddyhdzg.com/api/v1/vcs
{
  "vcs": [
    {
      "id": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "fund": "<string>",
      "description": "<string>",
      "websiteUrl": "<string>",
      "linkedinUrl": "<string>",
      "crunchbaseUrl": "<string>",
      "twitterHandle": "<string>",
      "featured": true,
      "austinPresence": true,
      "address": "<string>",
      "focusAreas": [
        "<string>"
      ],
      "stageFocus": [
        "<string>"
      ],
      "checkSizeMin": 123,
      "checkSizeMax": 123,
      "status": "<string>",
      "sources": [
        {
          "type": "<string>",
          "verifiedAt": "2023-11-07T05:31:56Z",
          "url": "<string>"
        }
      ]
    }
  ]
}

Response

200 - application/json

VC list (or paused payload)

vcs
object[]
required