Skip to content

Overview

Bulk endpoint for checking up to 50 products in a single request. Use this when walking a dependency manifest (e.g. package.json or a list of installed WordPress plugins) — it’s significantly cheaper than issuing one request per product.

  • POST /batch — payload is a JSON array of up to 50 {type, name, version, exists?} objects. Per-item results are returned in request order.