National Weather Service Washington DC Forecast

National Weather Service Washington DC Forecast discovered from api.weather.gov.

Update frequency
daily
Next scan
Mon, 07 Sep 2026 17:52:36 GMT
Quality
100/100
Latest revision
20260907135236-df74bfadb1b9
Last successful scan
unknown
Source published
unknown
Parser status
Parsed cleanly

Source

api.weather.gov

Quality score: 100/100.

Initial recorded revision.

Current Source Files

Contract Versions

Current Open Data Contract YAML

Open raw YAML

dataset_id: national-weather-service-dc-forecast
title: National Weather Service Washington DC Forecast
description: National Weather Service Washington DC Forecast discovered from api.weather.gov.
source_name: api.weather.gov
source_url: https://api.weather.gov/gridpoints/LWX/96,70/forecast
update_frequency: daily
next_scan_at: '2026-09-07T17:52:36.958142+00:00'
license:
  name: U.S. National Weather Service disclaimer
  url: https://www.weather.gov/disclaimer
tags:
- api.weather.gov
geography:
- United States
- Washington DC
revisions:
- revision_id: 20260907135236-df74bfadb1b9
  detected_at: '2026-09-07T13:52:36+00:00'
  source_updated_at: null
  context: forecast.geojson detected from forecast.
  assets:
  - asset_id: asset-4ecba3447a8b10c4
    name: forecast.geojson
    source_url: https://api.weather.gov/gridpoints/LWX/96,70/forecast
    media_type: application/geo+json
    content_hash: 4ecba3447a8b10c4a37ece4dcad81d1682b4b2375165ce20bed1ffdd1b43b7f6
    size_bytes: 13301
    parent_archive_id: null
  row_count: 14
  headers:
  - detailedForecast
  - endTime
  - icon
  - isDaytime
  - name
  - number
  - probabilityOfPrecipitation
  - shortForecast
  - startTime
  - temperature
  - temperatureTrend
  - temperatureUnit
  - windDirection
  - windSpeed
  sample_rows:
  - number: 1
    name: Labor Day
    startTime: '2026-09-07T09:00:00-04:00'
    endTime: '2026-09-07T18:00:00-04:00'
    isDaytime: true
    temperature: 84
    temperatureUnit: F
    temperatureTrend: null
    probabilityOfPrecipitation:
      unitCode: wmoUnit:percent
      value: 0
    windSpeed: 7 mph
    windDirection: NE
    icon: https://api.weather.gov/icons/land/day/few?size=medium
    shortForecast: Sunny
    detailedForecast: Sunny, with a high near 84. Northeast wind around 7 mph.
  - number: 2
    name: Tonight
    startTime: '2026-09-07T18:00:00-04:00'
    endTime: '2026-09-08T06:00:00-04:00'
    isDaytime: false
    temperature: 63
    temperatureUnit: F
    temperatureTrend: null
    probabilityOfPrecipitation:
      unitCode: wmoUnit:percent
      value: 0
    windSpeed: 0 to 3 mph
    windDirection: NE
    icon: https://api.weather.gov/icons/land/night/sct?size=medium
    shortForecast: Partly Cloudy
    detailedForecast: Partly cloudy, with a low around 63. Northeast wind 0 to 3 mph.
  - number: 3
    name: Tuesday
    startTime: '2026-09-08T06:00:00-04:00'
    endTime: '2026-09-08T18:00:00-04:00'
    isDaytime: true
    temperature: 86
    temperatureUnit: F
    temperatureTrend: null
    probabilityOfPrecipitation:
      unitCode: wmoUnit:percent
      value: 0
    windSpeed: 0 to 5 mph
    windDirection: SW
    icon: https://api.weather.gov/icons/land/day/sct?size=medium
    shortForecast: Mostly Sunny
    detailedForecast: Mostly sunny, with a high near 86. Southwest wind 0 to 5 mph.
  - number: 4
    name: Tuesday Night
    startTime: '2026-09-08T18:00:00-04:00'
    endTime: '2026-09-09T06:00:00-04:00'
    isDaytime: false
    temperature: 66
    temperatureUnit: F
    temperatureTrend: null
    probabilityOfPrecipitation:
      unitCode: wmoUnit:percent
      value: 0
    windSpeed: 5 mph
    windDirection: S
    icon: https://api.weather.gov/icons/land/night/sct?size=medium
    shortForecast: Partly Cloudy
    detailedForecast: Partly cloudy, with a low around 66. South wind around 5 mph.
  - number: 5
    name: Wednesday
    startTime: '2026-09-09T06:00:00-04:00'
    endTime: '2026-09-09T18:00:00-04:00'
    isDaytime: true
    temperature: 88
    temperatureUnit: F
    temperatureTrend: null
    probabilityOfPrecipitation:
      unitCode: wmoUnit:percent
      value: 0
    windSpeed: 5 to 12 mph
    windDirection: SW
    icon: https://api.weather.gov/icons/land/day/few?size=medium
    shortForecast: Sunny
    detailedForecast: Sunny, with a high near 88. Southwest wind 5 to 12 mph, with
      gusts as high as 18 mph.
  parser_errors: []
  logical_asset_id: null
related_dataset_ids: []
quality:
  score: 100
  parsing_errors: []
  stale_warning: null
  broken_source_report: null
rss_feed_url: null
odc_version: '0.1'
last_successful_scan_at: null

Current dbt Source YAML

Open raw YAML

version: 2
sources:
- name: national_weather_service_dc_forecast
  description: National Weather Service Washington DC Forecast discovered from api.weather.gov.
  meta:
    opendataodc:
      dataset_id: national-weather-service-dc-forecast
      revision_id: 20260907135236-df74bfadb1b9
      detected_at: '2026-09-07T13:52:36+00:00'
      source_url: https://api.weather.gov/gridpoints/LWX/96,70/forecast
  tables:
  - name: forecast_geojson
    description: Source asset forecast.geojson.
    meta:
      opendataodc:
        source_url: https://api.weather.gov/gridpoints/LWX/96,70/forecast
        content_hash: 4ecba3447a8b10c4a37ece4dcad81d1682b4b2375165ce20bed1ffdd1b43b7f6
        row_count: 14
        parser_errors: []
    columns:
    - name: detailedForecast
    - name: endTime
    - name: icon
    - name: isDaytime
    - name: name
    - name: number
    - name: probabilityOfPrecipitation
    - name: shortForecast
    - name: startTime
    - name: temperature
    - name: temperatureTrend
    - name: temperatureUnit
    - name: windDirection
    - name: windSpeed

Sample Rows

forecast.geojson

14 parsed rows. 20260907135236-df74bfadb1b9

detailedForecastendTimeiconisDaytimenamenumberprobabilityOfPrecipitationshortForecaststartTimetemperaturetemperatureTrendtemperatureUnitwindDirectionwindSpeed
Sunny, with a high near 84. Northeast wind around 7 mph.2026-09-07T18:00:00-04:00https://api.weather.gov/icons/land/day/few?size=mediumTrueLabor Day1{'unitCode': 'wmoUnit:percent', 'value': 0}Sunny2026-09-07T09:00:00-04:0084NoneFNE7 mph
Partly cloudy, with a low around 63. Northeast wind 0 to 3 mph.2026-09-08T06:00:00-04:00https://api.weather.gov/icons/land/night/sct?size=mediumFalseTonight2{'unitCode': 'wmoUnit:percent', 'value': 0}Partly Cloudy2026-09-07T18:00:00-04:0063NoneFNE0 to 3 mph
Mostly sunny, with a high near 86. Southwest wind 0 to 5 mph.2026-09-08T18:00:00-04:00https://api.weather.gov/icons/land/day/sct?size=mediumTrueTuesday3{'unitCode': 'wmoUnit:percent', 'value': 0}Mostly Sunny2026-09-08T06:00:00-04:0086NoneFSW0 to 5 mph
Partly cloudy, with a low around 66. South wind around 5 mph.2026-09-09T06:00:00-04:00https://api.weather.gov/icons/land/night/sct?size=mediumFalseTuesday Night4{'unitCode': 'wmoUnit:percent', 'value': 0}Partly Cloudy2026-09-08T18:00:00-04:0066NoneFS5 mph
Sunny, with a high near 88. Southwest wind 5 to 12 mph, with gusts as high as 18 mph.2026-09-09T18:00:00-04:00https://api.weather.gov/icons/land/day/few?size=mediumTrueWednesday5{'unitCode': 'wmoUnit:percent', 'value': 0}Sunny2026-09-09T06:00:00-04:0088NoneFSW5 to 12 mph