patchBay

DummyJSON vs FakeJSON

If you need a Test Data API that's easy to integrate, go with FakeJSON.

DummyJSON

Generate dummy data in JSON format

FakeJSON

Service to generate test and fake data

DummyJSON

  • HTTPS supported
  • Requires Yes authentication

FakeJSON

  • Simple API key authentication
  • HTTPS supported
  • CORS enabled for frontend use
FeatureDummyJSONFakeJSON
AuthenticationYesapiKey
HTTPSYesYes
CORSUnknownYes

When to use which?

FakeJSON works directly from the browser with CORS enabled, making it better for frontend-only apps.