Weather Gov Geo Json Geometry Structure
A GeoJSON geometry object. Please refer to IETF RFC 7946 for information on the GeoJSON format.
GeoJsonGeometry is a JSON Structure definition published by Weather.gov. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
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-geo-json-geometry-structure.json",
"name": "GeoJsonGeometry",
"description": "A GeoJSON geometry object. Please refer to IETF RFC 7946 for information on the GeoJSON format.",
"oneOf": [
{
"title": "GeoJSON Point",
"required": [
"type",
"coordinates"
],
"type": "object",
"properties": {
"type": {
"enum": [
"Point"
],
"type": "string"
},
"coordinates": {
"$ref": "#/components/schemas/GeoJsonCoordinate"
},
"bbox": {
"$ref": "#/components/schemas/GeoJsonBoundingBox"
}
}
},
{
"title": "GeoJSON LineString",
"required": [
"type",
"coordinates"
],
"type": "object",
"properties": {
"type": {
"enum": [
"LineString"
],
"type": "string"
},
"coordinates": {
"$ref": "#/components/schemas/GeoJsonLineString"
},
"bbox": {
"$ref": "#/components/schemas/GeoJsonBoundingBox"
}
}
},
{
"title": "GeoJSON Polygon",
"required": [
"type",
"coordinates"
],
"type": "object",
"properties": {
"type": {
"enum": [
"Polygon"
],
"type": "string"
},
"coordinates": {
"$ref": "#/components/schemas/GeoJsonPolygon"
},
"bbox": {
"$ref": "#/components/schemas/GeoJsonBoundingBox"
}
}
},
{
"title": "GeoJSON MultiPoint",
"required": [
"type",
"coordinates"
],
"type": "object",
"properties": {
"type": {
"enum": [
"MultiPoint"
],
"type": "string"
},
"coordinates": {
"type": "array",
"items": {
"$ref": "#/components/schemas/GeoJsonCoordinate"
}
},
"bbox": {
"$ref": "#/components/schemas/GeoJsonBoundingBox"
}
}
},
{
"title": "GeoJSON MultiLineString",
"required": [
"type",
"coordinates"
],
"type": "object",
"properties": {
"type": {
"enum": [
"MultiLineString"
],
"type": "string"
},
"coordinates": {
"type": "array",
"items": {
"$ref": "#/components/schemas/GeoJsonLineString"
}
},
"bbox": {
"$ref": "#/components/schemas/GeoJsonBoundingBox"
}
}
},
{
"title": "GeoJSON MultiPolygon",
"required": [
"type",
"coordinates"
],
"type": "object",
"properties": {
"type": {
"enum": [
"MultiPolygon"
],
"type": "string"
},
"coordinates": {
"type": "array",
"items": {
"$ref": "#/components/schemas/GeoJsonPolygon"
}
},
"bbox": {
"$ref": "#/components/schemas/GeoJsonBoundingBox"
}
}
},
{
"type": "null"
}
]
}
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-geo-json-geometry-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.