Guerrilla Mail

Spin up a throwaway inbox over a plain GET.

💬 Social & WorkHEALTHYchecked 24 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

The AJAX API hands you a fresh disposable email address and a session token, then lets you poll that inbox for incoming messages. No account or key is needed to grab an address. Useful for exercising signup and verification flows in tests.

92HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 92 · healthy
Uptime history
95.1%90 days
98.3%30 days
298P50 · ms
1685P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 57 ms, slowest 1135 ms, most recent 59 ms.
Live response samplecaptured by our last successful check
GET https://api.guerrillamail.com/ajax.php?f=get_email_address

{
  "email_addr": "vldzpjyi@guerrillamailblock.com",
  "email_timestamp": 1783247013,
  "alias": "xtemjl+4pwntxolwm6tk",
  "sid_token": "tsfvijqkfnf51co0bg0d5n6cd7"
}
Call itcurl · fetch · python
curl "https://api.guerrillamail.com/ajax.php?f=get_email_address"
const res = await fetch("https://api.guerrillamail.com/ajax.php?f=get_email_address");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.guerrillamail.com/ajax.php?f=get_email_address")
print(res.json())
Endpoints · 5HealthyFULL DOCS ↗
Monitored path responding — GET /ajax.php?f=get_email_address298 mschecked 24 min ago
GET/ajax.php?f=get_email_addressPROBED

Spin up a throwaway inbox over a plain GET.

GET/ajax.php?limit=5

Ajax Php — documented GET route.

GET/ajax.php?page=1

Ajax Php — documented GET route.

GET/ajax.php

Ajax Php — documented GET route.

GET/ajax.php?f=get_email_address&ip=127.0.0.1&agent=Mozilla_foo_bar

Ajax Php — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Guerrilla Mail: common questions

Is Guerrilla Mail free to use?

Yes — Guerrilla Mail is a free social & work API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Guerrilla Mail need an API key?

No — Guerrilla Mail needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Guerrilla Mail from the browser?

Yes — Guerrilla Mail returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Guerrilla Mail up right now?

As of our last scheduled check, Guerrilla Mail is healthy with 95.1% uptime over 90 days and a 298 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.