### Download OpenAPI Specification (benmilne.com API) Source: https://benmilne.com/api/index Provides a link to download the OpenAPI Specification (formerly Swagger) for the benmilne.com API, enabling developers to use their favorite tools for API interaction and documentation. ```APIDOC OpenAPI Specification URL: https://teal-willing-panda-608.mypinata.cloud/ipfs/bafkreibkfikupao4fezery5vgzl24g2qbd5od265obz444bnwnw66asuya Purpose: Use with API tools for interaction and documentation. ``` -------------------------------- ### List Posts with Pagination (benmilne.com API) Source: https://benmilne.com/api/index This endpoint provides a paginated list of posts, including their summaries and essential metadata. It supports pagination navigation links (next_page_url and prev_page_url) to help external systems navigate through content. ```APIDOC Endpoint: https://benmilne.com/wp-json/mcp/v1/posts?per_page=10&page=1 Usage: Get a paginated list of posts along with their summaries and essential metadata. Example: https://benmilne.com/wp-json/mcp/v1/posts?per_page=10&page=1 Returns: Paginated list of posts with summaries and metadata, including next_page_url and prev_page_url for navigation. ``` -------------------------------- ### Search Posts (benmilne.com API) Source: https://benmilne.com/api/index This endpoint retrieves up to 100 posts matching a given search query, returning summary data and key metadata for each match. It is ideal for integrating with search-based applications. ```APIDOC Endpoint: https://benmilne.com/wp-json/mcp/v1/search?query=your_keyword Usage: Retrieve up to 100 posts that match a given search query. Example: https://benmilne.com/wp-json/mcp/v1/search?query=stablecoin ``` -------------------------------- ### Retrieve Single Post Metadata (benmilne.com API) Source: https://benmilne.com/api/index This endpoint allows retrieval of detailed metadata for a specific post by its ID, including full content, media, links, taxonomies, structured sections, relationships, and attribution. ```APIDOC Endpoint: https://benmilne.com/wp-json/mcp/v1/post/{id} Usage: Retrieve detailed metadata for a specific post. Example: https://benmilne.com/wp-json/mcp/v1/post/111693 Returns: Full content (decoded and cleaned), media, links, taxonomies, structured sections (headings), relationships (previous and next posts), and an attribution notice. ``` -------------------------------- ### Filter Posts by Category or Tag (benmilne.com API) Source: https://benmilne.com/api/index These endpoints allow filtering posts by a specific category slug or tag slug. They support pagination and return the rich metadata used throughout the API for the filtered posts. ```APIDOC Category Endpoint: https://benmilne.com/wp-json/mcp/v1/category/{category-slug}?per_page=10&page=1 Tag Endpoint: https://benmilne.com//wp-json/mcp/v1/tag/{tag-slug}?per_page=10&page=1 Usage: Filter posts by a specific category or tag. Category Example: https://benmilne.com/wp-json/mcp/v1/category/brale Tag Example: https://benmilne.com/wp-json/mcp/v1/tag/stablecoin Returns: Paginated list of posts filtered by the specified category or tag, with rich metadata. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.