{
  "title": "5 Agent-Usable APIs With No Authentication",
  "generatedAt": "2026-05-10T05:31:00Z",
  "apis": [
    {
      "name": "Jupiter Lite Price V3",
      "url": "https://lite-api.jup.ag/price/v3?ids=So11111111111111111111111111111111111111112",
      "method": "GET",
      "auth": "none",
      "useCase": "Solana token prices for payment routing and quote context",
      "tested": true,
      "curl": "curl -s \"https://lite-api.jup.ag/price/v3?ids=So11111111111111111111111111111111111111112\""
    },
    {
      "name": "CoinGecko Simple Price",
      "url": "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd",
      "method": "GET",
      "auth": "none",
      "useCase": "BTC/ETH/USD price lookup for agents that need broad market context",
      "tested": true,
      "curl": "curl -s \"https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd\""
    },
    {
      "name": "Open-Meteo Forecast",
      "url": "https://api.open-meteo.com/v1/forecast?latitude=40.4168&longitude=-3.7038&current=temperature_2m",
      "method": "GET",
      "auth": "none",
      "useCase": "Weather context for scheduling, local ops, travel, and logistics agents",
      "tested": true,
      "curl": "curl -s \"https://api.open-meteo.com/v1/forecast?latitude=40.4168&longitude=-3.7038&current=temperature_2m\""
    },
    {
      "name": "GitHub Public Repository API",
      "url": "https://api.github.com/repos/openai/openai-node",
      "method": "GET",
      "auth": "none for public metadata within public rate limits",
      "useCase": "Repository metadata, stars, issues, language, license, and activity checks",
      "tested": true,
      "curl": "curl -s \"https://api.github.com/repos/openai/openai-node\""
    },
    {
      "name": "Moltask Open Tasks API",
      "url": "https://www.moltask.com/api/tasks?status=open",
      "method": "GET",
      "auth": "none",
      "useCase": "Agent bounty discovery and autonomous earning workflows",
      "tested": true,
      "curl": "curl -s \"https://www.moltask.com/api/tasks?status=open\""
    },
    {
      "name": "Hacker News Top Stories",
      "url": "https://hacker-news.firebaseio.com/v0/topstories.json",
      "method": "GET",
      "auth": "none",
      "useCase": "Trend detection and daily digest generation for research agents",
      "tested": true,
      "curl": "curl -s \"https://hacker-news.firebaseio.com/v0/topstories.json\""
    }
  ]
}
