arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Quick Start

Welcome to the Fusionbase Public API, your gateway to programmatically accessing a rich ecosystem of data streams. Before diving into the API, we recommend beginning your journey on our website to explore the vast array of data available to you.

hashtag
Step 1: Explore Data on the Fusionbase Website

hashtag
Discovering Data Streams

Visit the Hub to browse through the datasets. Here you can:

  • Search for topics that interest you.

  • Preview data to understand its structure and contents.

  • Identify the datasets that can provide the insights you need.

Take your time to explore. Once you find the data that aligns with your goals, note the Stream ID – you'll use this when interacting with the API.

hashtag
Step 2: Programmatically Access Data with the API

hashtag
Authenticate with Your API Key

To start using the API:

  1. Obtain your API key from the page in your Fusionbase account.

  2. Use the X-API-KEY header to authenticate your API requests.

hashtag
Base URL for API Requests

For all your API calls, use the base URL:

hashtag
Retrieving Your Selected Data Stream (or Any Other Data Entity)

After identifying the data you want from our website, you can retrieve it programmatically via the API endpoint:

Replace [Stream ID] with the ID of the data stream you've selected.

hashtag
Code Snippets for API Access

We provide a variety of code snippets to help you make your first API request in the language of your choice. Visit our for examples in Python, NodeJS, Java, C#, and more.

hashtag
Step 3: Integrate Data into Your Applications

Once you have successfully made requests using our sample code, it's time to integrate Fusionbase data streams into your applications. This allows you to automate data retrieval and keep your applications enriched with the latest data.

hashtag
Need Help?

If you encounter any issues or have questions as you explore and use the Fusionbase API, our support team is ready to assist you. Contact us via our .

Fusionbase Dataarrow-up-right
API Keys Managementarrow-up-right
Code Snippets Section
support emailenvelope
https://api.fusionbase.com/api/v2
https://api.fusionbase.com/api/v2/stream/data/[Stream ID]