Step 1: Plugin Editor Setup
Go to your Bubble app.
Open the Plugins tab.
Click "Add a Plugin" and select "API Connector".
Set the API Name to: NewsData
In Authentication, choose: None or self-handled.
Step 2: Shared API Key
Under Shared parameters for all calls, click “Add a shared parameter”:
Key: apikey
Value: your Newsdata.io API key (e.g., pub_111921f...)
Mark it as secret.
🔗 API Calls Configuration
📡 1. Crypto News
Name: Crypto News
Method: GET
URL:
https://newsdata.io/api/1/cryptoUse as: Data
Data type: JSON
Parameters:
language → Value: en
q → Value: cryptocurrency
category → Value: technology
🗞 2. General News
Name: General News
Method: GET
URL:
https://newsdata.io/api/1/newsUse as: Data
Data type: JSON
Parameters:
language → Value: en
q → Value: e.g. football
category → Value: sports