canonical: https://jentic.com/apis/swaggerhub.faa/aeronautic-product-release-api

# Faa Aeronautic Product Release API

FAA Aeronautic chart publication download API. The API exposes 34 endpoints.

## For AI agents

Programmatically get cifp chart download link by edition type of current or next. if edition is l, get cifp edition date and edition number by edition type of current or next. if . Covers 34 operations.

## Scope

Does not handle payments, communications, or crm - use for e-commerce only.

## Capabilities

- Get CIFP chart download link by edition type of current or next. If edition is l
- Manage e commerce data programmatically
- Integrate Aeronautic Product Release API into automated workflows
- Query and filter Aeronautic Product Release API records by parameters
- Monitor Aeronautic Product Release API operational status and events

## Use cases

### E-Commerce Operations

Use the Aeronautic Product Release API to perform e commerce operations programmatically. The API provides 34 endpoints covering core functionality including get cifp chart download link by edition type of current or next. if edition is l, get cifp edition date and edition number by edition type of current or next. if , get daily digital obstacle file download link..

Example prompt: Call GET /cifp/chart to get cifp chart download link by edition type of current or next. if edition is l

### Automated US VFR Wall Planning Chart Management

Automate us vfr wall planning chart operations by combining multiple Aeronautic Product Release API endpoints. Agents can get cifp edition date and edition number by edition type of current or next. if  and then get daily digital obstacle file download link. in a single workflow.

Example prompt: Call GET /cifp/info to get cifp edition date and edition number by edition type of current or next. if , then verify the result

### AI Agent Integration via Jentic

AI agents discover and call Aeronautic Product Release API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Example prompt: Search Jentic for 'get cifp chart download link by edition type of current or next. if edition is l', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | /cifp/chart | Get CIFP chart download link by edition type of current or next. If edition is l |
| GET | /cifp/info | Get CIFP edition date and edition number by edition type of current or next. If |
| GET | /ddof/chart | Get Daily Digital Obstacle File download link. |
| GET | /ddof/info | Get Daily Digital Obstacle File edition information. |
| GET | /dec/chart | Get Digital Enroute Chart download link by edition type of current or next. If e |
| GET | /dec/info | Get CIFP edition date and edition number by edition type of current or next. If |
| GET | /ders/chart | Get Digital Enroute Supplement download link. |
| GET | /ders/info | Get Digital Enroute Supplement edition information. |

## Key resources

- **US VFR Wall Planning Chart** — Operations related to US VFR Wall Planning Chart
- **Coded Instrument Flight Procedures (CIFP)** — Operations related to Coded Instrument Flight Procedures (CIFP)
- **Oceanic Route Charts** — Operations related to Oceanic Route Charts
- **Daily Digital Obstacle File (DDOF)** — Operations related to Daily Digital Obstacle File (DDOF)
- **NASR 28 Day Subscription** — Operations related to NASR 28 Day Subscription

## Why Jentic

- **Setup:** Wiring the Aeronautic Product Release API by hand means coding requests against the FAA host and parsing chart and info responses yourself across its many product endpoints. Through Jentic you install once, import the Aeronautic Product Release API from the API Directory, and your agent calls it with no credential to manage.
- **Permission scoping:** The Aeronautic Product Release API exposes read-only chart and info operations across product categories, so scope your agent to the operations it needs, such as fetching a CIFP chart download link: you choose the operations it may call, so it only reads the products you allow.
- **Credential handling:** This API needs no credential, so there is nothing to store; if that changes, any credential would be stored once, encrypted, by your own Jentic One instance and injected at execution time, never entering the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'get the CIFP chart download link for the current edition', and Jentic returns the matching Aeronautic Product Release API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Shopify** — Alternative e commerce API
- **Stripe** — Alternative e commerce API

## FAQ

### What authentication does the Aeronautic Product Release API use?

The Aeronautic Product Release API uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I get cifp chart download link by edition type of current or next. if edition is l with the Aeronautic Product Release API?

Yes. Use the GET /cifp/chart endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the Aeronautic Product Release API?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I get cifp chart download link by edition type of current or next. if edition is l through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'get cifp chart download link by edition type of current or next. if edition is l'. Jentic returns the matching Aeronautic Product Release API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the Aeronautic Product Release API have?

The Aeronautic Product Release API exposes 34 endpoints covering us vfr wall planning chart, coded instrument flight procedures (cifp), oceanic route charts operations.

### Can I limit what my agent is allowed to do with the Aeronautic Product Release API?

Yes. The Aeronautic Product Release API exposes only read-only chart and info operations across product categories, and because Jentic One is self-hosted, your own rules decide which of those operations the agent may call. You can scope it to just the endpoints it needs, such as GET /cifp/chart for a CIFP chart download link or GET /ddof/info for edition information, and withhold the rest. This means the agent reads only the products you allow and cannot reach operations you have not permitted.
