# Notamify API Credits and Costs

### Free Credits for New Pro Subscribers

* **New Notamify Pro members** receive **50 free API credits** to get started, letting you test and integrate the API right away without additional costs.

### Pricing & Packages

Below is a quick overview of our packages and the per-call pricing:

<table data-view="cards"><thead><tr><th>Package</th><th>Cost</th><th>Included Calls</th><th>Cost per Credit</th></tr></thead><tbody><tr><td><strong>Intro</strong></td><td>$15</td><td>50</td><td>$0.30</td></tr><tr><td><strong>Growth</strong></td><td>$79</td><td>300</td><td>$0.263</td></tr><tr><td><strong>Scale</strong></td><td>$199</td><td>1,000</td><td>$0.199</td></tr></tbody></table>

**Note**: All Notamify API subscriptions require a [**Notamify Pro plan**](https://notamify.com/activate-pro) to be active.

**Need more credits? Looking for usage-based pricing?**  [**Contact Sales**](https://notamify.com/contact) **to discuss dedicated enterprise packages and tailored options.**

### Endpoint costs

<table><thead><tr><th>Endpoint name</th><th width="248.5390625">Endpoint path</th><th>Cost</th></tr></thead><tbody><tr><td><a href="/pages/3rzHWYTEK2uS4jn5k50h">Active NOTAMs</a></td><td><code>/api/v2/notams</code></td><td>1 credit per page</td></tr><tr><td><a href="/pages/xhJd8yJ0PgVsWZ7pk23W">Nearby NOTAMs</a></td><td><code>/api/v2/notams/nearby</code></td><td>1 credit per page</td></tr><tr><td><a href="/pages/tr6kpK2OEnVCBexA94f3">Raw NOTAMs</a></td><td><code>/api/v2/notams/raw</code></td><td>1 credit per page</td></tr><tr><td><a href="/pages/e9ZWX0DNQ22wJTCZjyW7">Archive NOTAMs</a></td><td><code>/api/v2/notams/archive</code></td><td>1 credit per page</td></tr><tr><td><a href="/pages/Ns1dlfvPBZ8HpJDY6jdq">Briefing Simple</a></td><td><code>/api/v2/notams/briefing/simple</code></td><td>5 credits per request (may change in the future)</td></tr><tr><td><a href="/pages/dAKsONVhUIJpLdfcb30p">Async Briefing POST</a></td><td><code>/api/v2/notams/briefing</code></td><td>5 credits per request</td></tr><tr><td><a href="/pages/dAKsONVhUIJpLdfcb30p#get-notams-briefing-uuid">Async Briefing GET</a></td><td><code>/api/v2/notams/briefing/{uuid}{</code></td><td>0 credits</td></tr><tr><td><a href="/pages/WNAqGmTaIrTzlo3VJaat">Watcher API</a></td><td>Webhook/Email Notification</td><td>1 credit per 15 shipped NOTAMs</td></tr><tr><td><a href="/pages/IuCsl1PyjeBIO76iZw9m">Watcher</a> <code>GET</code>/<code>POST</code>/<code>PUT</code>/<code>DELETE</code></td><td><code>/listiners/*</code></td><td>0 credits</td></tr></tbody></table>

### Managing Credits

* **View Credits**: Log in to your Notamify account and check the [API Manager](https://notamify.com/api-manager) for real-time credit usage and top-up options.
* **Top-Up**: If you need additional credits beyond your package, you can purchase more at the listed per-call rates or switch to a larger package.
* **Set up Automated Top-up:** To avoid getting out of credits and service distruption.

Need more information or more credits? [Contact Sales](https://notamify.com/contact) to discuss enterprise packages and tailored options.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://skymerse.gitbook.io/notamify-api/basics/notamify-api-credits-and-costs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
