Publisher Data API
Publisher Data API Details
Unlock the power of comprehensive publisher data with the Publisher Data API. This API provides real-time access to detailed information about publishers, enabling you to streamline your data management and improve your content strategies. With features like metadata retrieval, publication history, and performance analytics, the Publisher Data API offers a robust solution for publishers and content creators. Whether you're looking to enhance your database, automate content tracking, or gain insights into publishing trends, the Publisher Data API delivers the tools you need. Explore its capabilities and transform the way you manage publisher data today.
To try out the Publisher Data API, see the API Documentation
To learn more about the API and how it works, see the API Information
API Documentation API InformationPublisher Data API Request CURL Example
curl -X 'GET' \
'https://www.isbnlab.com/api/publisher/search/HarperCollins' \
-H 'accept: application/ld+json'
-H 'Authorization: Bearer {API_TOKEN}'
Publisher Data API Response Example
{
"@context": "/api/contexts/Publisher",
"@id": "/api/publisher/5",
"@type": "Publisher",
"name": "HarperCollins",
"prefix": "978-0-04",
"country": null,
"url": null,
"slug": "harpercollins"
}
Publisher Data API Response Definition Model
{
"@context": "string",
"@id": "string",
"@type": "string",
"name": "string",
"prefix": "string",
"country": "string",
"url": "string",
"slug": "string"
}