API RoutesView PasteView PasteGET/api/paste/{pasteId}/viewSendServer URLPathPath ParameterspasteIdRequiredstringThe Paste you want to see it's information.cURLJavaScriptGoPythoncurl -X GET "https://pastebon.hexaa.lol/api/paste//view"200400Paste foundResponse{ "data": { "language": "plaintext", "paste": "console.log(\"Hello World!\")" }, "success": true }TypeScriptPreviousCreate PasteNextPrivacy Policy