Yes No

Category Test Data
Authentication No Auth
HTTPS Yes
CORS unknown
Difficulty beginner
Official URL https://yesno.wtf/api
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

Yes No is a test data API described as: Generate yes or no randomly. It is useful when you need programmatic access to generate yes or no randomly from applications, dashboards, or internal tools. The published entry point or documentation is hosted at yesno.wtf, which makes it a practical starting point for evaluating available endpoints and response formats. Because the listing indicates no authentication, it is comparatively easy to test for prototypes, demos, or lightweight integrations.

Use Cases

  • Add generate yes or no randomly to a test data discovery or reference application.
  • Build an internal script or scheduled job that pulls data from Yes No for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces generate yes or no randomly to end users.

Code Examples

const url = "https://yesno.wtf/api";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

Bacon Ipsum

A Meatier Lorem Ipsum Generator

No Auth HTTPS CORS: unknown

FakerAPI

APIs collection to get fake data

No Auth HTTPS CORS: yes

FakeStoreAPI

Fake store rest API for your e-commerce or shopping website prototype

No Auth HTTPS CORS: unknown

Other APIs in Test Data

Bacon Ipsum

A Meatier Lorem Ipsum Generator

No Auth HTTPS CORS: unknown

FakeJSON

Service to generate test and fake data

apiKey HTTPS CORS: yes

FakerAPI

APIs collection to get fake data

No Auth HTTPS CORS: yes

FakeStoreAPI

Fake store rest API for your e-commerce or shopping website prototype

No Auth HTTPS CORS: unknown

GeneradorDNI

Data generator API. Profiles, vehicles, banks and cards, etc

apiKey HTTPS CORS: unknown

Loripsum

The "lorem ipsum" generator that doesn't suck

No Auth HTTP CORS: unknown