We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any API to search for projects by name? If not, could this be added?
Alternatively, is it ok if I cache the list of projects (as returned by https://read-the-docs.readthedocs.io/en/latest/api.html#projects) on my servers and implement my own search?
This is related to: #662 (comment).
The text was updated successfully, but these errors were encountered:
If I read https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/restapi/views/search_views.py correctly, it's not possible to search for projects by name. You'll need to provide both q and project (project slug) parameters. Perhaps we can make project_search to search for project name or slug.
q
project
project_search
(Note that API v1 is being replaced by API v2.)
Sorry, something went wrong.
@Kapeli you can search project by name using this endpoint:
http "https://readthedocs.org/api/v2/search/project/?q=turtle"
I'm closing this issue since I think it's solved. Please, re open if you consider.
No branches or pull requests
Is there any API to search for projects by name? If not, could this be added?
Alternatively, is it ok if I cache the list of projects (as returned by https://read-the-docs.readthedocs.io/en/latest/api.html#projects) on my servers and implement my own search?
This is related to: #662 (comment).
The text was updated successfully, but these errors were encountered: