Is schidek.biz a Disposable Email?
Unknownschidek.biz is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-07-10
- Last Checked
- 2026-08-24
- Reason
- schidek.biz
Registration Data
- Registrar
- Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA
- Registered
- 2010-04-15 (16 years, 4 months)
- Expires
- 2027-04-14
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check schidek.biz programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/schidek.biz
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/schidek.biz")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/schidek.biz");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/schidek.biz");
$data = json_decode($json, true);
echo $data["status"]; // blacklisted / whitelisted / unknown
package main
import (
"encoding/json"
"fmt"
"net/http"
)
func main() {
resp, err := http.Get("https://trashmail-blacklist.org/check/json/schidek.biz")
if err != nil {
panic(err)
}
defer resp.Body.Close()
var result struct {
Status string `json:"status"`
Domain string `json:"domain"`
}
json.NewDecoder(resp.Body).Decode(&result)
fmt.Println(result.Status)
}
Click "Run" to fetch the JSON response for schidek.biz.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.mail.hostpoint.ch
- mx2.mail.hostpoint.ch
NS Records
- ns.hostpoint.ch
- ns2.hostpoint.ch
- ns3.hostpoint.ch
SOA Record
- ns.hostpoint.ch
- hostmaster@hostpoint.ch
A Records
- 217.26.53.194
TXT Records
- v=spf1 redirect=spf-permissive.mail.hostpoint.ch
Related Domains by Mail Server
26 other domains also
use mx1.mail.hostpoint.ch
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is schidek.biz a disposable email provider?
schidek.biz has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use schidek.biz for account registration?
We have not yet verified schidek.biz. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from schidek.biz?
Use the Trashmail-Blacklist API to check schidek.biz before accepting it in your application. Send a GET request to /check/json/schidek.biz to receive the domain status as JSON. Integrate this check into your signup or contact forms to automatically reject disposable email addresses.
What data is available for schidek.biz?
schidek.biz is not yet in our database. You can check it via our API or submit it for review through our contact form.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like schidek.biz before they reach your database.