Docs / Products API

Products API

Endpoints for listing and querying products.

List products

GET /v1/products — no auth required. Supports ?limit= (max 100, default 50) and ?offset=.

curl "https://api.nasahgroup.com/v1/products?limit=20&offset=0"

Fields

  • id, name, description — string
  • icon_letter, image_url — string
  • status — one of "live", "beta", "soon"
  • href — string, sort_order — number

Blog posts

GET /v1/posts — list of published posts.

GET /v1/posts/:slug — a single post, including full content.