GribStream

GribStream Blog

How to access the GribStream API

A quick FAQ on where to access the API, create a token, and start making requests.

On May 17, 2025, a common question came up: where do I access the API?

Short answer

  1. Sign in to your account at /auth/login.
  2. Create an API token from the dashboard at /app/dashboard.
  3. Make requests to https://gribstream.com/api/v2/{dataset}/timeseries (or /history, /runs).

What to know before your first request

  • Use the token in the Authorization header (Bearer <token>).
  • Pick a model from Models and check available parameters.
  • Start with the Quickstart to see example payloads and response formats.

Links