HTTP Sender for Allowed APIs
Pricing
$2.00 / 1,000 result items
HTTP Sender for Allowed APIs
A simple tool that lets you send HTTP requests to any of the whitelisted public APIs (GitHub, npm, PyPI, OpenAlex, Crossref, arXiv, Wikipedia, Hacker News, Frankfurter). Provide the host, endpoint path, HTTP method, optional query parameters, headers, and request body. The tool returns the status co
Pricing
$2.00 / 1,000 result items
Rating
0.0
(0)
Developer
ajay shah
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
A simple tool that lets you send HTTP requests to any of the whitelisted public APIs (GitHub, npm, PyPI, OpenAlex, Crossref, arXiv, Wikipedia, Hacker News, Frankfurter). Provide the host, endpoint path, HTTP method, optional query parameters, headers, and request body. The tool returns the status code, response headers, and body, enabling you to test or fetch data from these services without writing code.
Example input
{"host": "api.github.com","endpoint": "/zen","method": "GET","query": {},"headers": {},"body": ""}
Each result item contains: status_code, headers, body.