Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewgall/rdap.cloud
rdap.cloud is a simple implementation of an RDAP bootstrap server, built using Cloudflare Workers!
https://github.com/matthewgall/rdap.cloud
cloudflare cloudflare-workers rdap rdap-servers wrangler
Last synced: about 2 months ago
JSON representation
rdap.cloud is a simple implementation of an RDAP bootstrap server, built using Cloudflare Workers!
- Host: GitHub
- URL: https://github.com/matthewgall/rdap.cloud
- Owner: matthewgall
- License: apache-2.0
- Created: 2020-10-26T14:13:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T15:26:08.000Z (9 months ago)
- Last Synced: 2024-04-02T16:41:01.322Z (9 months ago)
- Topics: cloudflare, cloudflare-workers, rdap, rdap-servers, wrangler
- Language: TypeScript
- Homepage: https://rdap.cloud
- Size: 567 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rdap.cloud
The Registration Data Access Protocol (RDAP) is the successor to WHOIS. Like WHOIS, RDAP provides access to information about Internet resources (domain names, autonomous systems, and IP addresses).
rdap.cloud is a simple implementation of an RDAP bootstrap server, a single endpoint for any and all RDAP queries, by aggregating all known RDAP servers, and fetching responses from the relevant ones for delivery to the client, all while caching and validating the data on behalf of the client.
## Deployment
rdap.cloud is powered by [Cloudflare Workers](https://workers.dev), a paid for service provided by [Cloudflare](https://www.cloudflare.com)## API
## /api/v1/[subject]
Performs a lookup for the subject. Supported subjects are:
* IP addresses (v4 / v6)
* Domains
* AS Numbers## Licence
Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0