Value Grow a Garden
Open navigation menu

Free JSON · CORS enabled · version 2026-07-30.1

Grow a Garden 2 Open Data API

Build a Discord bot, fan tool, spreadsheet or research prototype from dated GAG2 source audits. Every response names the controlling release and checksum manifest so your project can preserve uncertainty instead of silently treating community claims as live game facts.

Resources
3
Audited records exposed
115
Maximum response size
100 records

Quick start

No key, account or SDK required

Send a GET request and parse the JSON response. Cross-origin browser requests are allowed. Responses are edge-cacheable for one hour, while browsers may reuse them for five minutes. The service is read-only and intentionally does not expose accounts, live player state, private submissions or an unverified stock feed.

Find Carrot acquisition evidence

curl 'https://valuegrowagarden.com/api/gag2/v1/how-to-get?q=carrot'

List pet acquisition records

curl 'https://valuegrowagarden.com/api/gag2/v1/how-to-get?type=pet&limit=20'

Return crop rows with dated conflicts

curl 'https://valuegrowagarden.com/api/gag2/v1/crop-values?evidence=dated-conflict'

Read the current code snapshot

curl 'https://valuegrowagarden.com/api/gag2/v1/codes'

Endpoint reference

Three resources, one release-aware response contract

Response contract

Reject stale data by release, not by guesswork

A result includes datasetVersion, releaseId, dataPath, manifestPath, the applied filters, matched and returned counts, records and an evidence disclaimer. Store the release ID with any downstream cache. When it changes, review the manifest and source dataset before replacing values.

{
  "apiVersion": "2026-07-30.1",
  "resource": "crop-values",
  "datasetVersion": "2026-07-30.1",
  "releaseId": "gag2-crop-values-source-comparison-2026-07-30-r1",
  "matched": 10,
  "returned": 10,
  "records": []
}

Safe integration

Preserve evidence labels in your interface

  • Show the dataset version and evidence status beside any value, chance, price or code.
  • Link users to the supplied manifest or source dataset instead of copying a number without provenance.
  • Do not relabel these snapshots as live stock, official Roblox data, guaranteed redemption status or developer-confirmed mechanics.
  • Cache responsibly and avoid request loops. There is no uptime SLA, permanent field guarantee or commercial redistribution license attached to this fan service.

Provenance boundary

The API exposes audits, not hidden game telemetry

Acquisition records are derived from dated seed, pet and gear audits. Crop rows compare a defined Sell Stand metric and preserve launch-week conflicts. Code rows report secondary-source consensus and explicitly state that this publisher did not redeem them. Static JSON files remain the controlling releases; the API adds filtering and a stable response envelope without upgrading the confidence of any underlying claim.