latestOpenAPI 3.0.3Netlas API & Data License Agreement2026-08-104487309.0 KB

2b1f84425791

Datastore

Get Product

Retrieve details of a specific dataset from the Netlas Datastore.

get/api/datastore/products/{id}/

Path parameters

idinteger required

A unique identifier for the product.

Datasets belong to Product objects. A product can include one or multiple datasets.

Example:28

Response

A Single Product

idinteger required

A unique identifier for the product.

descriptionstring

Description of the product.

data_typeobject

Type of product.

data_categoryobject

Object representing the category of the product.

countinteger

Total count of items in the product.

sizeobject

Size of the product in bytes.

namestring

System symbolic name of the product.

pretty_namestring

Human-readable (pretty) name of the product.

fieldsstring[]

List of fields in the product.

pricenumber

Price of the product in USD.

priorityinteger

Sorting priority of the product.

has_restricted_accessboolean

Whether the product is restricted to paid subscribers.

meta_dataobject

Additional metadata for the search engines.

Example response

{
  "id": 115,
  "description": "Known domain names with A, MX, NS, CNAME and TXT records.",
  "datasets": [
    {
      "id": 351,
      "product_id": 115,
      "name": "fdns",
      "pretty_name": "Forward DNS (fDNS)"
    }
  ],
  "name": "fdns",
  "pretty_name": "Forward DNS (fDNS)"
}