National Park

An NPS-managed unit (national park, monument, recreation area, historic site, etc.).

Federal-GovernmentPublic LandsNatural ResourcesGeospatial

Properties

Name Type Description
id string
url string
fullName string
parkCode string Four-letter NPS park code
description string
latitude string
longitude string
states string Comma-separated two-letter state codes
designation string e.g. National Park, National Monument, National Historical Park
directionsInfo string
weatherInfo string
operatingHours array
entranceFees array
activities array
topics array
images array
View JSON Schema on GitHub

JSON Schema

nps-park-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/department-of-the-interior/schemas/park.json",
  "title": "National Park",
  "description": "An NPS-managed unit (national park, monument, recreation area, historic site, etc.).",
  "type": "object",
  "required": ["id", "parkCode", "fullName"],
  "properties": {
    "id": { "type": "string", "format": "uuid" },
    "url": { "type": "string", "format": "uri" },
    "fullName": { "type": "string" },
    "parkCode": { "type": "string", "minLength": 4, "maxLength": 4, "description": "Four-letter NPS park code" },
    "description": { "type": "string" },
    "latitude": { "type": "string" },
    "longitude": { "type": "string" },
    "states": { "type": "string", "description": "Comma-separated two-letter state codes" },
    "designation": { "type": "string", "description": "e.g. National Park, National Monument, National Historical Park" },
    "directionsInfo": { "type": "string" },
    "weatherInfo": { "type": "string" },
    "operatingHours": { "type": "array", "items": { "type": "object" } },
    "entranceFees": { "type": "array", "items": { "type": "object" } },
    "activities": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": { "id": { "type": "string" }, "name": { "type": "string" } }
      }
    },
    "topics": { "type": "array", "items": { "type": "object" } },
    "images": { "type": "array", "items": { "type": "object" } }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nps-park"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.