PUBLIC API
No key. No account. Just JSON.
Use CTG conditions in an HOA site, local newsroom, research notebook, LLM retrieval pipeline or your own yard project.
Endpoint
GET https://centraltexasgardening.info/api/conditionsThe endpoint returns the same current dataset used to build the public pages. CORS is enabled and edge caching is limited to five minutes.
Example
{
"generatedAt": "2026-09-06T20:47:55.050Z",
"aggregate": {
"yardStress": 60,
"treeStress": 57,
"waterNeed": 59,
"mosquitoPotential": 58,
"plantingConditions": 51,
"label": "Elevated"
},
"locations": [
{
"slug": "austin",
"name": "Austin",
"yardStress": 63,
"drought": {
"code": "D1",
"level": 1,
"label": "Moderate Drought",
"releaseDate": "2026-09-03T07:30:00.000Z",
"score": 46
}
}
]
}Address lookup
GET /api/lookup?address=123%20Main%20St%2C%20Austin%20TXAddress lookup is a convenience endpoint backed by the U.S. Census Geocoder. Responses are marked no-store. Do not use it for bulk geocoding.
Attribution
Suggested: Source: CentralTexasGardening.info. If you republish underlying NWS or U.S. Drought Monitor measurements, preserve their source attribution as well.