# Dynamic Feed REST API

**Canonical:** https://apis.io/apis/dynamicfeed-ai/dynamic-feed-rest-api/  
**Provider:** Dynamic Feed — https://apis.io/providers/dynamicfeed-ai/  
**Base URL:** https://dynamicfeed.ai  
**Documentation:** https://dynamicfeed.ai/docs

Dynamic Feed REST API is one of 4 APIs that [Dynamic Feed](https://apis.io/providers/dynamicfeed-ai/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. This API exposes 2 JSON Schema definitions. Tagged areas include Live Data, AI Agents, Provenance, Weather, and Natural Hazards. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, rate-limit docs, and 2 JSON Schemas.

The full REST surface: 158 operations on https://dynamicfeed.ai — the keyless POST /v1/batch tool dispatcher (up to 20 calls per request, each result Ed25519-signed with provenance and freshness), legacy per-feed GET routes, the /v1 agent and robot surface (awareness verdicts, drift/guard ground-truth checks, receipts, witness, notary log, checkpoints, RFC 3161 anchor, watchlist, webhooks, SSE stream), free-key signup and the x402 pay-per-call /v1/pro endpoints. Published as OpenAPI 3.1.0 at /openapi.json with a second one-operation public-agent spec at /openapi-agent-public.json.

## Operations (60 of 158)

| Method | Path | Summary |
|---|---|---|
| GET | `/v1/openweather/current` | V1 Openweather Current |
| GET | `/v1/openweather/forecast` | V1 Openweather Forecast |
| GET | `/v1/state-of-mcp` | V1 State Of Mcp |
| GET | `/v1/state-of-mcp/trend` | V1 State Of Mcp Trend |
| GET | `/v1/discover` | V1 Discover Get |
| POST | `/v1/discover` | V1 Discover Post |
| GET | `/schemas/index.json` | Schemas Index |
| GET | `/v1/facts` | V1 Facts |
| POST | `/v1/facts` | V1 Facts |
| GET | `/v1/answer` | V1 Answer |
| POST | `/v1/answer` | V1 Answer |
| GET | `/v1/bundles` | V1 Bundles |
| GET | `/v1/bundles/{bundle_id}` | V1 Bundle |
| GET | `/` | Home |
| GET | `/info` | Info |
| GET | `/health` | Health |
| GET | `/v1/history` | History |
| GET | `/v1/agent-stats` | Agent Stats |
| GET | `/worldcup` | Worldcup Route |
| POST | `/v1/batch` | V1 Batch |
| POST | `/v1/pro/tool/{tool}` | V1 Pro Tool |
| GET | `/v1/pro/tool/{tool}` | V1 Pro Tool Discover |
| POST | `/v1/pro/asof` | V1 Pro Asof |
| POST | `/v1/pro/batch` | V1 Pro Batch |
| GET | `/v1/pro/catalog` | V1 Pro Catalog |
| POST | `/v1/drift` | V1 Drift |
| POST | `/v1/guard` | V1 Guard |
| GET | `/v1/sources` | V1 Sources |
| GET | `/v1/explain` | V1 Explain |
| POST | `/v1/explain` | V1 Explain |
| GET | `/v1/snapshot` | V1 Snapshot |
| GET | `/v1/asof` | V1 Asof |
| GET | `/v1/anchor/daily` | V1 Anchor Daily |
| GET | `/v1/watchlist` | V1 Watchlist Get |
| POST | `/v1/watchlist` | V1 Watchlist Post |
| DELETE | `/v1/watchlist` | V1 Watchlist Delete |
| GET | `/v1/stream` | V1 Stream |
| POST | `/v1/webhooks` | V1 Webhooks Create |
| GET | `/v1/webhooks` | V1 Webhooks List |
| DELETE | `/v1/webhooks` | V1 Webhooks Delete |
| POST | `/v1/webhooks/test` | V1 Webhooks Test |
| GET | `/v1` | V1 Index |
| POST | `/v1/awareness` | V1 Awareness |
| POST | `/v1/preflight` | V1 Preflight |
| POST | `/v1/road` | V1 Road |
| POST | `/v1/humanoid` | V1 Humanoid |
| POST | `/v1/marine` | V1 Marine |
| POST | `/v1/receipt` | V1 Receipt |
| POST | `/v1/stamp` | V1 Stamp |
| POST | `/v1/agent/receipt` | V1 Agent Receipt |
| POST | `/v1/notarize` | V1 Notarize |
| GET | `/v1/exposure-report` | V1 Exposure Report |
| GET | `/v1/evidence/wildfire` | V1 Evidence Wildfire |
| POST | `/v1/vc` | V1 Vc |
| POST | `/v1/station/register` | V1 Station Register |
| POST | `/v1/station/reading` | V1 Station Reading |
| GET | `/v1/station/{station_id}` | V1 Station Get |
| POST | `/v1/proxy-witness` | V1 Proxy Witness |
| POST | `/v1/witness` | V1 Witness |
| GET | `/v1/witness/sample` | V1 Witness Sample |

…and 98 more operations. They are listed in full on the page.

## Machine-readable artifacts (17)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/openapi/dynamicfeed-ai-openapi.yml
- **OpenAPI** — https://dynamicfeed.ai/openapi.json
- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/openapi/dynamicfeed-ai-agent-public-openapi.yml
- **OpenAPI** — https://dynamicfeed.ai/openapi-agent-public.json
- **Documentation** — https://dynamicfeed.ai/docs
- **APIReference** — https://dynamicfeed.ai/docs
- **GettingStarted** — https://dynamicfeed.ai/connect
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/overlays/dynamicfeed-ai-openapi-overlay.yaml
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/json-schema/dynamicfeed-ai-schemas-index.json
- **JSONSchema** — https://dynamicfeed.ai/schemas/index.json
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/data-model/dynamicfeed-ai-data-model.yml
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/errors/dynamicfeed-ai-problem-types.yml
- **Conventions** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/conventions/dynamicfeed-ai-conventions.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/rate-limits/dynamicfeed-ai-rate-limits.yml
- **Playground** — https://dynamicfeed.ai/playground
- **AgentSkill** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/skills/_index.yml
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/dynamicfeed-ai/refs/heads/main/apis.yml

## Other Dynamic Feed APIs (3)

- [Dynamic Feed MCP Server](https://apis.io/apis/dynamicfeed-ai/dynamic-feed-mcp-server/)
- [Dynamic Feed A2A Agent](https://apis.io/apis/dynamicfeed-ai/dynamic-feed-a2a-agent/)
- [Dynamic Feed Webhooks and Live Stream](https://apis.io/apis/dynamicfeed-ai/dynamic-feed-webhooks-and-stream/)

## Tags

Live Data, AI Agents, Provenance, Weather, Natural Hazards, Vulnerabilities, Sanctions, Space, x402, Receipts

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/dynamicfeed-ai/dynamic-feed-rest-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/dynamicfeed-ai/.
