# Single Post Source: https://substackapi.dev/api-reference/endpoint/post GET /post Get a single post from your publication by slug. # Latest Posts Source: https://substackapi.dev/api-reference/endpoint/posts-latest GET /posts/latest Get the latest posts from your publication. # Search Posts Source: https://substackapi.dev/api-reference/endpoint/posts-search GET /posts/search Search for posts in your publication. # Top Posts Source: https://substackapi.dev/api-reference/endpoint/posts-top GET /posts/top Get the most popular posts from your publication. # FAQ Source: https://substackapi.dev/faq Frequently asked questions about the API. No, this is not the official Substack API. This is a community-driven project to provide a free and easy-to-use API for Substack content creators. This API is not affiliated with Substack. Yes, this API is free to use. To get started, please refer to the [Quickstart guide](./quickstart). You can get an API key by visiting the [API Key Generator](https://auth.substackapi.dev) and following the instructions. While all Substack publications are available, you can only access data from publications you own or have explicit permission to access. Each API key is linked to one specific Substack publication and can only access data from that publication. Yes, we collect data about API usage. This helps us understand how the API is used and how we can improve it. However, we do not collect any data related to the content of Substack publications. Yes, the project is open source and the code is available on [GitHub](https://github.com/Noah-Bjorner/SubstackAPI). If you need help, please reach out via email at [bjornernoah@gmail.com](mailto:bjornernoah@gmail.com). This API was created by [Noah Bjorner](https://github.com/Noah-Bjorner). If you wish to reach out, please contact me at [bjornernoah@gmail.com](mailto:bjornernoah@gmail.com). # Introduction Source: https://substackapi.dev/introduction Welcome to Substack API, the unofficial open-source API for Substack publications. Hero Light Hero Dark ## What is Substack API? Substack API allows Substack publications to access their content and display it on their own websites or applications. The API provides: * Fast and reliable access to your publication's content * Simple authentication using API keys * Free to use with generous rate limits ## Available Endpoints Get the latest posts from your publication. Get the most popular posts from your publication. Search for posts in your publication. Get a single post from your publication by slug. ## How to get started Visit the [API Key Generator](https://auth.substackapi.dev) to create your API key. You'll need your Substack publication URL. Include your API key in the `X-API-Key` header when making requests to the API. Refer to the [API Reference](/api-reference) for detailed endpoint documentation and examples. You can try out the API without an API key using the [Try it](/api-reference/endpoint/posts-latest) feature available for all endpoints. For a detailed walkthrough, check out our video tutorial and step-by-step guide in the [Quickstart](/quickstart) page. ## Need Help? * Check out our [FAQ](/faq) for common questions * View the technical details in our [Technical Overview](/technical-overview) * Contact the developer at [bjornernoah@gmail.com](mailto:bjornernoah@gmail.com) * View the source code on [GitHub](https://github.com/Noah-Bjorner/SubstackAPI) # Quickstart Source: https://substackapi.dev/quickstart Learn how to use the Substack API.