JSONBlob Core API

Number of APIs: 4

JSON Blob was created to help parallelize client/server development. Mock JSON responses can be defined using the online editor and then clients can use the JSON Blob API to retrieve and update the mock responses.

Blobs that are not accessed in 75 DAYS will be removed.

Credits

JSONBlob service is maintained by Tristan Burch (https://github.com/tburch/jsonblob)[https://github.com/tburch/jsonblob]

Credit for the JSON editor and formatter goes to (JSON Editor Online)[https://github.com/josdejong/jsoneditor/].

  1. Create a Blob POST https://jsonblob.com/api/jsonBlob

  2. Retrieve a Blob GET https://jsonblob.com/api/jsonBlob/{{last_created_jsonblob}}

  3. Edit a Blob PUT https://jsonblob.com/api/jsonBlob/{{last_created_jsonblob}}

  4. Delete a Blob DELETE https://jsonblob.com/api/jsonBlob/{{last_created_jsonblob}}