About this endpoint
What it does
Retrieves NOAA point metadata for a geographic coordinate. The endpoint takes lat and lon as query parameters and returns a JSON object; the response shape is not further defined in the schema.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| lat | Number | Yes | Latitude in decimal degrees. Minimum -90, maximum 90. |
| lon | Number | Yes | Longitude in decimal degrees. Minimum -180, maximum 180. |
Response
Returns a JSON object. The output schema does not define any fixed top-level fields; it allows additional properties, so the exact response shape is not captured in the schema.