ConsoleCatalog
Sign in
APIList logo

APIList

apilist.funDeveloper Toolsno auth

Public API directory - category search, API details, and descriptions.

API Details

ASYNCREADNo auth

Returns details for a public API: description, categories, SSL support, and key requirements.

ParametersFormJSON

URL slug identifying the API to fetch (e.g. weatherbit, coingecko)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_apilist_fun_api_detail",
    "params": {
      "api_slug": "weatherbit"
    }
  }'