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

2b1f84425791

Datastore

Get Products

Retrieve a list of published datasets available in the Netlas Datastore.

get/api/datastore/products/

Response

Published Products

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)"
  }
]