v1
latestOpenAPI 3.0.12026-07-17142140.0 KBSearch
Searches for resources containing a given keyword. For example, to search for any resource containing the term binary trees, make a GET request to search?q=binary trees Note: The page attribute in the response of the /search endpoint begins with 0, but the page attribute in the response of the List Resources endpoint begins with 1.
Query parameters
Keyword(s) to search for across all of the data
Whether the resource is free or not. To search for free resources, make a GET request to /search?free=true.
Language(s) of the resource to search. For example, to filter for JavaScript and Python resources, make a GET request to /search?languages=python&languages=javascript.
Category of the resource. For example, to filter for book resources, make a GET request to /search?category=books.
Response
Search results