---
title: Retrieve NOAA Weather Point Metadata API
slug: noaa-point-metadata
url: https://apyhub.com/dosvak/service/noaa-point-metadata
provider: Dosvak LLC
categories: [Geolocation, Standard Data, Travel]
tags: [noaa, geolocation, coordinates, weather-data, point-metadata]
auth: api_key
---

# Retrieve NOAA Weather Point Metadata API

Look up NOAA point metadata from latitude and longitude. Useful for coordinate-based location enrichment and weather-related workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `` | What it does Retrieves NOAA point metadata for a geographic coordinate. The endpoint takes lat and… | 100 |

## About

## What it does
NOAA Point Metadata returns metadata for a geographic point when you send latitude and longitude as query parameters. Use it to look up NOAA-related point information for a specific coordinate pair.

Send `lat` and `lon` in the request. `lat` must be between -90 and 90, and `lon` must be between -180 and 180. The response is an object with additional properties, so the payload may vary depending on the point you look up.

This is useful when your application needs to enrich a map click, validate a location before showing weather-related content, or attach NOAA context to a coordinate stored in your system. Because the endpoint is point-based, it fits workflows that already work with raw GPS coordinates rather than addresses or place names.

Use NOAA Point Metadata when you need a lightweight lookup step between coordinates and NOAA-specific point data.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/noaa-point-metadata
