The Toolpad REST API lets you access all generators and data tools programmatically. No API key required.
Base URL: https://api.toolpad.in/api/v1
All endpoints return JSON with a standard envelope:
{
"success": true,
"data": { ... },
"generatedAt": "2026-03-31T06:00:00.000Z"
}
On error:
{ "success": false, "error": "Error description" }
GET/personal/profile?gender=male&country=IN&count=5GET/personal/name?gender=female&count=10GET/personal/email?count=10GET/personal/phone?country=INGET/financial/credit-card?network=visa&count=5GET/financial/iban?country=GB&count=5GET/financial/bank-account?country=INGET/network/imei?count=10GET/network/uuid?version=4&count=20GET/network/mac?separator=-&count=10GET/network/ip?type=public&version=4GET/network/imsi?country=INGET/network/iccidGET/location/address?country=IN&count=5GET/location/coordinates?country=INGET/location/timezone{"input":"..."}POST/datatools/format/jsonbody: {input, indent?}POST/datatools/format/xmlPOST/datatools/convert/json-to-xmlbody: {input, rootTag?}POST/datatools/convert/xml-to-jsonPOST/datatools/convert/json-to-csvPOST/datatools/convert/csv-to-jsonPOST/datatools/convert/text-to-jsonPOST/datatools/convert/text-to-xmlbody: {input, rootTag?}POST/datatools/encode/base64POST/datatools/decode/base64POST/datatools/encode/hexPOST/datatools/decode/hexGET/record?country=IN&gender=female&count=5