Get Started with the Bins API
Storing a simple JSON record on the Cloud would be cumbersome. There has been several services which tried to create a Simple process around Storing and Retrieving JSON records but JSONBin.io has come up with the simple CRUD API using which, you can store the JSON records with ease, Modify & Delete your data in no time.
Bins API is something you will need the most, as it allows you to take complete control on your JSON Data.
Core APIs for Bins
Create A Bin
Create a Public or a Private JSON Bin. These bins can be either added to a Collection and can also be validated against a Schema Doc.
Learn More
Read A Bin
Read a Public or a Private Bin and its Versions.
Learn More
Update A Bin
Update the Public & Private bins. You can also enable the Version Control if you would like to preserve the older data.
Learn More
Delete A Bin
Delete Uncategorized or the Bins from a Collection. Deleting a Bin will also delete all its associated Versions.
Learn More
Bin Versions Count
Get the Count of the Versions of a specific Bin.
Learn More
Delete Bin Versions
Delete all the Versions of a Bin. Alternatively, you can also retain the Latest Version and Delete the rest of the Data.
Learn More
Meta APIs for Bins
Update Bin Privacy
Update the Bin Privacy from Private to Public and vice versa.
Learn More
Update Bin Name
Set or Update the Name of the Bin.
Learn More
JSON Path for Reading Bins
JSON Path
JSON Path helps you extract specific data while requesting for a Bin using filtering and comparison criterias.
Learn More