Disposable Email
Instant temporary email. No signup, no hassle. Keep your real inbox clean.
▶ Your temporary address
@
Inbox
0
No emails yet.
Auto-checking every 3s. Click refresh for manual check.
Select an email to read
Enter password to access the service
Instant temporary email. No signup, no hassle. Keep your real inbox clean.
No emails yet.
Auto-checking every 3s. Click refresh for manual check.
Select an email to read
| Parameter | Description | Required |
|---|---|---|
| Email address to search | Yes |
Example:
Response:
{
"status": true,
"message": "Emails retrieved successfully",
"data": [
{
"uid": "abc-123",
"subject": "Verify your account",
"from_field": "noreply@example.com",
"date": "2026-04-02 14:30:00",
"text_content": "Your code: 123456",
"status": "delivered",
"code": "123456",
"all_codes": ["123456"]
}
]
}No parameters required.
Response:
{
"status": true,
"message": "Domain list retrieved successfully",
"data": [
{"domain": "boldcrest.ink", "date": "2026-04-02", "expiration": "2027-04-02"}
]
}| Field | Description | Type |
|---|---|---|
| uid | Unique email ID | string |
| subject | Email subject | string |
| from_field | Sender address | string |
| date | Received time | datetime |
| text_content | Clean text content | string |
| status | Email status | string |
| code | Auto-extracted verification code (5-8 digits) | string/null |
| all_codes | All extracted codes | array |