Weather Gov Gridpoint12H Forecast Period Structure
An object containing forecast information for a specific time period (generally 12-hour or 1-hour).
Gridpoint12hForecastPeriod is a JSON Structure definition published by Weather.gov, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/weather-gov/refs/heads/main/json-structure/weather-gov-gridpoint12h-forecast-period-structure.json",
"name": "Gridpoint12hForecastPeriod",
"description": "An object containing forecast information for a specific time period (generally 12-hour or 1-hour).\n",
"type": "object",
"properties": {
"number": {
"minimum": 1,
"type": "int32",
"description": "Sequential period number."
},
"name": {
"type": "string",
"description": "A textual identifier for the period. This value will not be present for hourly forecasts.\n",
"examples": [
"Tuesday Night"
]
},
"startTime": {
"type": "datetime",
"description": "The starting time that this forecast period is valid for."
},
"endTime": {
"type": "datetime",
"description": "The ending time that this forecast period is valid for."
},
"isDaytime": {
"type": "boolean",
"description": "Indicates whether this period is daytime or nighttime."
},
"temperature": {
"oneOf": [
{
"$ref": "#/components/schemas/QuantitativeValue"
},
{
"type": "int32"
}
],
"description": "High/low temperature for the period, depending on whether the period is day or night.\nThis property as an integer value is deprecated. Future versions will express this value as a quantitative value object. To make use of the future standard format now, set the \"forecast_temperature_qv\" feature flag on the request.\n"
},
"temperatureUnit": {
"enum": [
"F",
"C"
],
"type": "string",
"description": "The unit of the temperature value (Fahrenheit or Celsius).\nThis property is deprecated. Future versions will indicate the unit within the quantitative value object for the temperature property. To make use of the future standard format now, set the \"forecast_temperature_qv\" feature flag on the request.\n",
"deprecated": true
},
"temperatureTrend": {
"enum": [
"rising",
"falling"
],
"type": [
"string",
"null"
],
"description": "If not null, indicates a non-diurnal temperature trend for the period (either rising temperature overnight, or falling temperature during the day)\n"
},
"probabilityOfPrecipitation": {
"$ref": "#/components/schemas/QuantitativeValue",
"description": "Probability of precipitation for the period."
},
"windSpeed": {
"oneOf": [
{
"$ref": "#/components/schemas/QuantitativeValue"
},
{
"type": "string"
}
],
"description": "Wind speed for the period.\nThis property as an string value is deprecated. Future versions will express this value as a quantitative value object. To make use of the future standard format now, set the \"forecast_wind_speed_qv\" feature flag on the request.\n"
},
"windGust": {
"oneOf": [
{
"$ref": "#/components/schemas/QuantitativeValue"
},
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Peak wind gust for the period.\nThis property as an string value is deprecated. Future versions will express this value as a quantitative value object. To make use of the future standard format now, set the \"forecast_wind_speed_qv\" feature flag on the request.\n"
},
"windDirection": {
"enum": [
"N",
"NNE",
"NE",
"ENE",
"E",
"ESE",
"SE",
"SSE",
"S",
"SSW",
"SW",
"WSW",
"W",
"WNW",
"NW",
"NNW"
],
"type": "string",
"description": "The prevailing direction of the wind for the period, using a 16-point compass."
},
"icon": {
"type": "uri",
"description": "A link to an icon representing the forecast summary.",
"deprecated": true
},
"shortForecast": {
"type": "string",
"description": "A brief textual forecast summary for the period."
},
"detailedForecast": {
"type": "string",
"description": "A detailed textual forecast for the period."
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/weather-gov-gridpoint12h-forecast-period-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.