Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!

We are looking for other examples! If you have one, please submit it using the Contact form

The API has been ported to the following languages:

PHP

Save the code from this paste in a file, then include it

Example Usage:

$api = new PastebinApi();

$data = $api->paste("Testing API", "Test", "php");

echo "Link: " . $data['paste']['link'];
Last modified on February 7, 2017 at 11:15:50 am