API Documentation

Packt API

This is the documentation for the current version of our API, v2.0.0.

We are currently developing this platform, so not all functionality is available right now.

Need an account? Sign up now.

Requests should always be made over HTTPS. Connections cannot be made via HTTP. Please note that support for SSL 3.0 has been disabled and we recommend using TLS 1.2 or better.

All API access is accessed from https://api.packt.com/. All data is sent and received as JSON.

Quick Start

  • Sign Up here
  • Create a token here
  • Get a list of all our products
curl -v "https://api.packt.com/api/v1/products?token=<yourtoken>"
  • Enjoy...