Make your first Bonai News API request

Create a key, run a search, then test the same request in the playground.

1

Get your API key

Create a Bonai account and copy the key from the console. The free plan does not require a credit card.

Create a free key
2

Make your first request

Replace YOUR_API_KEY with the key from the Bonai console, then run the request. The response includes matching articles and publisher fields.

curl --request GET \
--url "https://api.bonai.io/news/search/articles?query=technology&language=en" \
--header "api-key: YOUR_API_KEY" \
--header "api-version: 2024-01-01"
3

Explore the Playground

Change the query, run the request, and copy the equivalent cURL, Node.js, or Python example.

Open playground

Need more requests?

Review included requests and overage pricing for your workload.

Compare plans