Welcome to our public API! No authentication is required to use the endpoints below.
https://pasterio.com/api
Retrieve paste content by ID.
GET /api/get/{id}
curl -X GET "https://pasterio.com/api/get/XXXXXXXXXXXX"
Retrieve today list
GET /api/get/today
curl -X GET "https://pasterio.com/api/get/today"
GET /api/search/{string}
curl -X GET "https://pasterio.com/api/search/pasterio.com"
You can make up to 5000 requests per minute. Exceeding this limit will result in a 429 Too Many Requests
response.