readthedocs-search-api
Installation
SKILL.md
Read the Docs Search API
Query the public Read the Docs Search API to find documentation across millions of pages. This API is available on both Community and Business sites; the base URL changes by host.
Step-by-step instructions
1. Make a search request
Set RTD_HOST for your site:
- Community:
https://app.readthedocs.org - Business:
https://app.readthedocs.com
Query the API using:
GET ${RTD_HOST}/api/v3/search/?q={query}&page={page}