> ## Documentation Index
> Fetch the complete documentation index at: https://docs-v2.campflare.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Keep track of API changes, new features, and updates

<Update label="July 4th, 2026" description="State park coverage reaches all 50 states" tags={["Campgrounds"]}>
  ## All 50 State Park Systems Now Supported

  Added campground coverage and real-time availability for ten new state park systems: Alabama, Hawaii, Illinois, Louisiana, Maine, New Jersey, Oklahoma, South Dakota, Vermont, and West Virginia. Campflare now covers every state park system in the US.

  [View coverage](https://docs-v2.campflare.com/campgrounds/coverage)
</Update>

<Update label="May 6th, 2026" description="Pagination for campground search" tags={["API", "Campgrounds"]}>
  ## Paginated Campground Search

  `POST /campgrounds/search` now supports pagination. Pass an optional `offset` (default 0) alongside `limit` to walk through results, and read the new `total` field on the response to render the full page count.

  [View in API docs](https://docs-v2.campflare.com/api-reference/campgrounds/search)
</Update>

<Update label="April 21st, 2026" description="Filter campground search by land" tags={["API", "Campgrounds"]}>
  ## Search Campgrounds by Land

  New optional `land_id` parameter on `POST /campgrounds/search` restricts results to campgrounds whose location falls inside the geometry of a given land (national park, national forest, state park, etc.). Composes with every other search filter.

  [View in API docs](https://docs-v2.campflare.com/api-reference/campgrounds/search)
</Update>

<Update label="April 14th, 2026" description="Bulk campground availability endpoint" tags={["API", "Campgrounds"]}>
  ## Bulk Campground Availability

  New `POST /campgrounds/availability` endpoint allows fetching availability for up to 25 campgrounds in a single request. Accepts an array of campground IDs along with optional `start_date` and `end_date` parameters.

  [View in API docs](https://docs-v2.campflare.com/api-reference/campgrounds/bulk-availability)
</Update>

<Update label="April 14th, 2026" description="Per-alert webhook URL override" tags={["API", "Alerts"]}>
  ## Webhook Override URL for Alerts

  New optional `webhook_override_url` field on alert creation allows routing notifications for a specific alert to a different webhook URL than the default configured on your account.

  [View in API docs](https://docs-v2.campflare.com/api-reference/alerts/create)
</Update>

<Update label="April 14th, 2026" description="Test alert webhook endpoint" tags={["API", "Alerts"]}>
  ## Test Alert Webhook

  New `POST /alert/:id/test` endpoint sends a simulated webhook notification for an existing alert. Useful for verifying your webhook setup is working correctly without waiting for a real availability match.

  [View in API docs](https://docs-v2.campflare.com/api-reference/alerts/test)
</Update>

<Update label="August 6th, 2025" description="GeoJSON Attribution documentation added" tags={["Documentation"]}>
  ## GeoJSON Attribution Documentation

  Added documentation page explaining OpenStreetMap attribution requirements for GeoJSON boundary data and ODbL 1.0 license compliance.

  [View documentation](https://docs-v2.campflare.com/api-reference/geojson-attribution)
</Update>

<Update label="July 24th, 2025" description="External connections added to Lands API" tags={["API", "Lands"]}>
  ## External Connections Field Added to Lands Data

  New `connections` field on land objects provides links to external data sources. This includes Wikipedia page identifiers and Wikidata entity identifiers. Enabling better integration with external knowledge bases and enhanced land information.

  The `connections` object includes:

  * `wikipedia`: Wikipedia page identifier for the land
  * `wikidata`: Wikidata entity identifier for the land

  More to come.

  [View in API docs](https://docs-v2.campflare.com/api-reference/lands/search#response-connections)
</Update>

<Update label="July 14th, 2025" description="Lands API no longer in preview" tags={["API", "Lands"]}>
  ## Lands API Moved out of Preview

  The endpoints have been renamed,

  `/preview/lands/search` -> `/lands/search`

  `/preview/land/:id/pois` -> `/land/:id/pois`

  `/preview/land/:id/notices` -> `/land/:id/notices`

  Note that the old preview endpoints will still exist to maintain backwards compatibility.

  [View in API docs](https://docs-v2.campflare.com/api-reference/lands/overview)
</Update>

<Update label="July 11th, 2025" description="Notices Feature" tags={["API", "Notices"]}>
  ## Notices Endpoints Added

  We've introduced a new Notices feature to the API, enabling retrieval of alerts, closures, weather events, fires, and other notices from multiple sources (including USFS, NPS, NWS, etc). More to come soon. Notices can be queried by campground, lands, or via spatial/search parameters for flexible geospatial filtering. Key highlights:

  * **Endpoints**:
    * `/campground/{id}/notices`: Fetch notices for a specific campground, with options to include intersecting notices (e.g., park-level or weather alerts) and full GeoJSON geometry.
    * `/preview/land/{id}/notices`: Similar to above, but for lands (e.g., national forests, parks), supporting intersecting notices and geometry inclusion.
    * `/notices/search`: Search notices by point coordinates, bounding box, kind (e.g., weather, fire, closure), or severity (e.g., info, severe).
    * `/notice/{id}`: Retrieve a single notice by its unique ID, with optional GeoJSON geometry.

  * **Notice Schema**: Each notice includes fields like `id`, `title`, `description`, `kind`, `severity`, `start/end` timestamps, `geometry_summary` (lightweight point or bbox), `target` (e.g., linked campground or land), `source` (e.g., USFS with URL), and optional full `geometry` (GeoJSON Point, Polygon, or MultiPolygon).

  * **Deprecation Note**: The legacy `alerts` array in campground responses is now deprecated in favor of the new `/campground/{id}/notices` endpoint, though it will continue to be populated for backward compatibility.

  This aggregation from diverse sources enhances safety and planning for outdoor activities.

  [View in API docs](https://docs-v2.campflare.com/api-reference/notices/search)
</Update>

<Update label="July 2nd, 2025" description="Campsite Equipment" tags={["API", "Campgrounds"]}>
  ## Equipment Field Added to Campsite Data

  New `equipment` field provides detailed information about allowed equipment types at campsites. This can be used to determine, for example, if an RV site also allows tents.

  [View in API docs](https://docs-v2.campflare.com/api-reference/campgrounds/campsites#response-equipment)
</Update>
