Soon One MCP server, all 49 APIs as agent tools. See how it works

Playground

See exactly what you'll get back.

A sample request and response for every API in the catalog. No signup, no setup. When you're ready, the same call runs for real with a free key.

GET /v1/search
View API page
Request · HTTP
GET /v1/search?q=hamburger&engine=google HTTP/1.1
Host: api.apicodex.io
X-Api-Key: YOUR_API_KEY
Response · JSON200 OK
{
"organic": [
  {
    "link": "https://en.wikipedia.org/wiki/Hamburger",
    "display_link": "https://en.wikipedia.org › wiki › Hamburger",
    "title": "Hamburger",
    "description": "A hamburger, or simply a burger, is a dish consisting of fillings..."
  }
],
"related_searches": [
  "hamburger recipes",
  "hamburger near me",
  "best hamburger"
],
"knowledge_graph": {
  "title": "Hamburger",
  "description": "A hamburger is a food consisting of fillings..."
},
"ads": [
  {
    "title": "Best Burgers Delivered",
    "link": "https://example.com/burgers",
    "description": "Order fresh hamburgers online..."
  }
],
"pagination": {
  "current": 1,
  "next": "https://www.google.com/search?q=hamburger&start=10"
}
}

Sample values for illustration. Get a free key to run real calls against live data.

Run it for real in minutes

Each API page lists its current quota, pricing, and authentication details.