isbn
E-commerceGenerate ISBN-13 book identification numbers. For bookstore applications, library systems, and publishing platform testing.
Example Outputs
978-3-16-148410-0978-0-13-468599-1978-1-4028-9462-6API Usage
Send a POST request to generate isbn data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "isbn",
"type": "isbn"
}
]
}
]
}'Common Use Cases
- Bookstore app testing
- Library system seeding
- Publishing platform testing
Quick Info
- Field Type
- isbn
- Category
- E-commerce
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate ISBN + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.