patchBay

FakeJSON vs JSONing

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

FakeJSON

Service to generate test and fake data

JSONing

Fake REST API for prototyping

FakeJSON

  • Simple API key authentication
  • HTTPS supported
  • CORS enabled for frontend use

JSONing

  • No authentication required
  • HTTPS supported
  • CORS enabled for frontend use
FeatureFakeJSONJSONing
AuthenticationapiKeyNone
HTTPSYesYes
CORSYesYes

When to use which?

JSONing is the better choice for quick prototypes and hackathons since it requires no authentication.