freeapis

FakerAPI

APIs collection to get fake data

Authentication
No auth
HTTPS
Yes
CORS
Yes
Category
Test Data
Documentation / URL
https://fakerapi.it/en

Overview

FakerAPI generates fake data for 10+ entity types — people, companies, products, addresses, texts, images, and more — as JSON/XML. Keyless and CORS-enabled, it’s a handy source of realistic test data for prototypes and demos.

⚠️ Status (verified 2026-08): repeated requests returned HTTP 502 Bad Gateway — the service appears to be having an outage. Verify availability before relying on it (the API docs are still at fakerapi.it).

What it provides (when up)

curl "https://fakerapi.it/api/v1/users?_quantity=1"
curl "https://fakerapi.it/api/v1/companies?_quantity=3"
curl "https://fakerapi.it/api/v1/products?_quantity=5&_taxes=12"
curl "https://fakerapi.it/api/v1/persons?_quantity=2&_gender=male"
{
  "status": "ok",
  "code": 200,
  "total": 1,
  "data": [
    { "id": 1, "firstname": "John", "lastname": "Doe", "email": "john.doe@example.com" }
  ]
}

Authentication

None — keyless.

Rate Limits & Notes

  • Free; no documented hard limit — be polite.
  • Entities: persons, companies, addresses, products, texts, images, credit_cards, and more — each with _quantity and entity-specific params.
  • Output formats: JSON (default), XML (_locale/_format=xml).
  • Multiple locales supported (_locale=en_US, de_DE, it_IT…).

FAQ

Is FakerAPI free? Yes — free and keyless.

Why do I get a 502? 2026-08 verification showed gateway errors — the service may be experiencing an outage. Retry later or verify on the site.

What data can it generate? People, companies, products, addresses, texts, images, credit cards, and more.

More in Test Data

APIAuthHTTPSCORS
AddressMock

Random US, Hong Kong and Cape Verde addresses with matched city, state and ZIP

No authYesYes
Bacon Ipsum

A Meatier Lorem Ipsum Generator

No authYesUnknown
Dicebear Avatars

Generate random pixel-art avatars

No authYesNo
DummyJSON

Fake REST API with products, users, posts, comments, todos and more

No authYesYes
English Random Words

Generate English Random Words with Pronunciation

No authYesNo