National Interagency Fire Center FeatureServer API

The FeatureServer API from National Interagency Fire Center — 1 operation(s) for featureserver.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/national-interagency-fire-center-featureserver-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

national-interagency-fire-center-featureserver-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: NIFC ArcGIS REST Services FeatureServer API
  description: The National Interagency Fire Center hosts an ArcGIS REST Services Directory exposing FeatureServer services that provide authoritative geospatial data on wildfire incidents, fire perimeters, dispatch boundaries, fuel treatments, weather stations, and related fire management resources. This specification documents the common ArcGIS REST conventions used by NIFC's hosted services.
  version: 1.0.0
  contact:
    name: National Interagency Fire Center
    url: https://data-nifc.opendata.arcgis.com
servers:
- url: https://services3.arcgis.com/T4QMspbfLg3qTGWY/ArcGIS/rest/services
  description: NIFC ArcGIS REST services
tags:
- name: FeatureServer
paths:
  /{service}/FeatureServer:
    get:
      tags:
      - FeatureServer
      summary: Get FeatureServer metadata
      description: Retrieve metadata for a NIFC FeatureServer service.
      operationId: getFeatureServer
      parameters:
      - name: service
        in: path
        required: true
        schema:
          type: string
      - name: f
        in: query
        schema:
          type: string
          enum:
          - html
          - json
          - pjson
          default: json
      responses:
        '200':
          description: FeatureServer metadata describing layers and capabilities.