{"id":16226273,"url":"https://github.com/ghostdevv/request-bin","last_synced_at":"2026-02-06T21:02:08.237Z","repository":{"id":230837021,"uuid":"780266899","full_name":"ghostdevv/request-bin","owner":"ghostdevv","description":"Simple request bin built on Cloudflare Workers","archived":false,"fork":false,"pushed_at":"2025-01-01T17:02:56.000Z","size":100,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T04:09:21.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bin.willow.sh","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghostdevv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-01T05:23:19.000Z","updated_at":"2025-01-01T17:03:00.000Z","dependencies_parsed_at":"2024-04-23T17:47:16.052Z","dependency_job_id":"c05d2a7c-f4d6-4698-a31c-54ddcb0eed2f","html_url":"https://github.com/ghostdevv/request-bin","commit_stats":null,"previous_names":["ghostdevv/request-bin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghostdevv/request-bin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Frequest-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Frequest-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Frequest-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Frequest-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostdevv","download_url":"https://codeload.github.com/ghostdevv/request-bin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Frequest-bin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29175826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T12:48:38.217Z","updated_at":"2026-02-06T21:02:08.212Z","avatar_url":"https://github.com/ghostdevv.png","language":"TypeScript","readme":"# Request Bin\n\nA simple cloudflare worker based request bin. You can use my hosted version at https://bin.willow.sh/ or [self host](#self-host)!\n\n## Endpoints\n\n### ANY `/:id`\n\nYou can send any non-GET request to this endpoint and it'll be saved for you. E.g. a webhook via a POST request.\n\nIf you send a GET request it'll return all the saved requests. The data includes the JSON body, headers, and a timestamp.\n\n### GET `/new`\n\nThis endpoint will create a new id and redirect you to it. It's not required as all uuids (v4) are automatically valid request bins. \n\n## Self Host\n\n1. Setup this repository locally\n\nWe'll need to get the request bin running locally, which requires [NodeJS](\u003chttps://nodejs.org/en\u003e) 18+ and [pnpm](https://pnpm.io/). Open it in your favourite editor and run `pnpm install`.\n\n2. Create KV Namespace\n\nWe use [Cloudflare KV](https://developers.cloudflare.com/kv/) to store the request bin data, so we need to create your namespace. You can do that on the [Cloudflare Dashboard](https://dash.cloudflare.com/?to=/:account/workers/kv/namespaces). You can name it whatever you like here, I went with `request-bin-DATA`.\n\n![kv namespace screenshot](./.github/images/kv-namespace.png)\n\nFind the `wrangler.toml` file in the repo and replace the current namespace id with your new one.\n\n![wrangler toml edit screenshot](./.github/images/wrangler-toml-kv.png)\n\nYou'll also need to edit the `account_id` field in the same `wrangler.toml`, if you don't know this it'll be in the URL on the Cloudflare dashboard.\n\n![screenshot of cloudflare url with account id highlighted](./.github/images/account-id.png)\n\n3. Deploy\n\nRunning `pnpm run deploy` will build and deploy the worker to Cloudflare. Once it's published you can visit the generated URL and you have your very own request bin!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostdevv%2Frequest-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostdevv%2Frequest-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostdevv%2Frequest-bin/lists"}