# Disposable Email Get {domain}

> Check if a specific domain is in the disposable blocklist

- Skill: `gabrielmoreira/disposable-email-get-domain` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabrielmoreira/disposable-email-get-domain`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabrielmoreira/disposable-email-get-domain/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: gabrielmoreira (https://skillmd.com/u/gabrielmoreira)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/gabrielmoreira/disposable-email-get-domain

---


## Endpoint

**GET https://requiems.xyz/v1/networking/disposable/domain/{domain}**

## Check Domain

Check if a specific domain is in the disposable blocklist

## Parameters

| Name | Type | Required | Location | Description |
| ---- | ---- | -------- | -------- | ----------- |
| `domain` | string | yes | path | The domain to check |

## Response Example

```json
{
  "data": {
    "domain": "tempmail.com",
    "is_disposable": true
  },
  "metadata": {
    "timestamp": "2026-01-01T00:00:00Z"
  }
}
```

## Response Fields

| Field | Type | Description |
| ----- | ---- | ----------- |
| `domain` | string | The domain that was checked |
| `is_disposable` | boolean | Whether the domain is in the disposable blocklist |

## Errors

- `undefined` **400** — The domain parameter is missing

