Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfacha/temporary-email-list
Disposable/throwaway/temporary email list and API
https://github.com/nfacha/temporary-email-list
Last synced: 13 days ago
JSON representation
Disposable/throwaway/temporary email list and API
- Host: GitHub
- URL: https://github.com/nfacha/temporary-email-list
- Owner: nfacha
- Created: 2022-07-29T10:58:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T19:22:47.000Z (4 months ago)
- Last Synced: 2024-09-17T00:34:45.226Z (4 months ago)
- Language: JavaScript
- Size: 14.2 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a curated temporary / disposable email domain list.
The list is available in [TXT Format](https://raw.githubusercontent.com/nfacha/temporary-email-list/master/list.txt) and [JSON Format](https://raw.githubusercontent.com/nfacha/temporary-email-list/master/list.json).
There is also a REST API available to determine if a domain is a temporary email domain.
Documentation can be found on https://api.facha.devBut it is basically a GET request to https://api.facha.dev/v1/temporary-email/DOMAIN.COM (replacing DOMAIN.COM by your query), and you will get a JSON response as such:
```json
{
"temporary": true
}
```