Return to API Services

Documentation for /geojson/7am.py

This service returns some data valid around 7 AM for a given date. This is currently Iowa centric.

Changelog

  • 2026-02-26: Top level metadata generation_time was renamed generated_at for better consistency across IEM services.
  • 2024-08-14: Documentation Update

Example Requests

Get reports for 7 AM on 1 July 2024

https://mesonet.agron.iastate.edu/geojson/7am.py?dt=2024-07-01

Get reports for 7 AM on 1 July 2024 for COOP stations

https://mesonet.agron.iastate.edu/geojson/7am.py?dt=2024-07-01&group=coop

Get the morning reports on that date for ASOS stations

https://mesonet.agron.iastate.edu/geojson/7am.py?dt=2024-07-01&group=azos

Get the reports on the same date, but for cocorahs this time

https://mesonet.agron.iastate.edu/geojson/7am.py?dt=2024-07-01&group=cocorahs

CGI Arguments

The following table lists the CGI arguments that are accepted by this service. A HTTP GET request is required. Fields of type Multi-Params or CSV value can accept either a comma separated list or multiple parameter and value combinations. For example, ?foo=1&foo=2 is equivalent to ?foo=1,2.

Field Type Description
callback string or null Legacy JSON-P style callback. It is likely best to not depend on this usage. The IEM website has a permissive CORS.
group string The group of stations to generate data for
dt string Date to generate data for