Guerrilla Mail

Guerrilla Mail

Email

Disposable temporary Email addresses

Visit API

πŸ“š Documentation & Examples

Everything you need to integrate with Guerrilla Mail

πŸš€ Quick Start Examples

Guerrilla Mail Javascript Examplejavascript
// Guerrilla Mail API Example
const response = await fetch('https://www.guerrillamail.com/GuerrillaMailAPI.html', {
    method: 'GET',
    headers: {
        'Content-Type': 'application/json'
    }
});

const data = await response.json();
console.log(data);

The Disposable Temporary Email Addresses API by Guerrilla Mail provides a convenient solution for individuals and businesses looking to manage their online privacy effectively. By using this API, users can generate temporary email addresses that help keep their personal email accounts free from spam and unwanted communications. This service is especially beneficial for signing up for websites, testing applications, or receiving verifications without the risk of compromising personal information. With simple integration, developers can quickly enable features for creating and managing these disposable email addresses within their applications.

The benefits of utilizing the Disposable Temporary Email Addresses API include:

  • Enhanced privacy by utilizing temporary addresses to avoid spam.
  • Quick and easy setup without the need for a permanent email account.
  • Ideal for testing purposes in development environments.
  • Ability to receive emails for a limited time frame, reducing clutter.
  • Free access to a versatile API that integrates easily with various applications.

Here is a JavaScript code example for calling the API:

fetch('https://api.guerrillamail.com/ajax.php?f=new_email')
  .then(response => response.json())
  .then(data => {
    console.log('Temporary Email Address:', data.email_addr);
  })
  .catch(error => {
    console.error('Error fetching temporary email:', error);
  });
πŸ”’

Security Assessment

F
πŸ”’HTTPS
Enabled
πŸ›‘οΈHeaders
25/100
HSTS
πŸ•’Last Assessed
5 days ago
ℹ️Click for detailed analysis

πŸ“Š 30-Day Uptime History

Daily uptime tracking showing online vs offline minutes

May 31Jun 2Jun 4Jun 6Jun 8Jun 10Jun 12Jun 14Jun 16Jun 18Jun 20Jun 22Jun 24Jun 26Jun 2904008001440Minutes
Online
Offline

Related APIs in Email